source_watch/
lib.rs

1
2
3
4#[cfg(test)]
5mod test {
6
7    #[test]
8    fn main() {
9        
10        
11        panic!("New lib template")
12    }
13}
14