Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
# -*- mode: snippet -*-
# name: async test
# uuid:
# key: atest
# condition: t
# --
#[tokio::test(flavor = "multi_thread")]
async fn ${1:test_name}() {
`%`$0
}