tvl-depot/users/glittershark/emacs.d/snippets/rust-mode/tests

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
96 B
Text
Raw Normal View History

2019-07-09 23:50:51 +02:00
# key: tests
# name: test module
# --
#[cfg(test)]
mod ${1:tests} {
use super::*;
$0
}