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

10 lines
96 B
Text
Raw Normal View History

# key: tests
# name: test module
# --
#[cfg(test)]
mod ${1:tests} {
use super::*;
$0
}