about summary refs log tree commit diff
path: root/users/aspen/emacs.d/snippets/rust-mode/proptest
blob: be12af49113a37293d4dab115a18ad4fcba98c3b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# -*- mode: snippet -*-
# name: proptest
# uuid: proptest
# key: proptest
# condition: t
# --
#[proptest]
fn ${1:test_name}($2) {
   `%`$0
}