diff options
Diffstat (limited to 'users/glittershark/emacs.d/snippets/rust-mode/async test')
-rw-r--r-- | users/glittershark/emacs.d/snippets/rust-mode/async test | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/users/glittershark/emacs.d/snippets/rust-mode/async test b/users/glittershark/emacs.d/snippets/rust-mode/async test deleted file mode 100644 index b48e443cb8e1..000000000000 --- a/users/glittershark/emacs.d/snippets/rust-mode/async test +++ /dev/null @@ -1,10 +0,0 @@ -# -*- mode: snippet -*- -# name: async test -# uuid: -# key: atest -# condition: t -# -- -#[tokio::test(threaded_scheduler)] -async fn ${1:test_name}() { - `%`$0 -} \ No newline at end of file |