about summary refs log tree commit diff
path: root/users/aspen/emacs/snippets/rust-mode/tests
blob: 0a476ab5866149c66d382f9aebc1b1035e250d75 (plain) (blame)
1
2
3
4
5
6
7
8
9
# key: tests
# name: test module
# --
#[cfg(test)]
mod ${1:tests} {
    use super::*;

    $0
}