diff options
Diffstat (limited to 'users/grfn/emacs.d/snippets/rust-mode/async test')
-rw-r--r-- | users/grfn/emacs.d/snippets/rust-mode/async test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/grfn/emacs.d/snippets/rust-mode/async test b/users/grfn/emacs.d/snippets/rust-mode/async test index b48e443cb8e1..8465225663fb 100644 --- a/users/grfn/emacs.d/snippets/rust-mode/async test +++ b/users/grfn/emacs.d/snippets/rust-mode/async test @@ -4,7 +4,7 @@ # key: atest # condition: t # -- -#[tokio::test(threaded_scheduler)] +#[tokio::test(flavor = "multi_thread")] async fn ${1:test_name}() { `%`$0 } \ No newline at end of file |