tvl-depot/snippets/rust-mode/tests
2019-07-09 17:50:51 -04:00

9 lines
96 B
Text

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