depot/third_party/tvl/users/grfn/emacs.d/snippets/rust-mode/proptest

10 lines
131 B
Text
Raw Normal View History

# -*- mode: snippet -*-
# name: proptest
# uuid:
# key: proptest
# condition: t
# --
#[proptest]
fn ${1:test_name}($2) {
`%`$0
}