about summary refs log tree commit diff
path: root/users/grfn/emacs.d/snippets/rust-mode/proptest
# -*- mode: snippet -*-
# name: proptest
# uuid:
# key: proptest
# condition: t
# --
#[proptest]
fn ${1:test_name}($2) {
   `%`$0
}