Browse Source

Get rid of these editor warnings

master
Dylan Baker 5 years ago
parent
commit
e39b136ec7
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      src/post.rs

+ 3
- 0
src/post.rs View File

@@ -31,8 +31,11 @@ pub fn parse_post(path: path::PathBuf) -> Post {
31 31
 }
32 32
 
33 33
 mod tests {
34
+    #[allow(unused_imports)]
34 35
     use super::*;
36
+    #[allow(unused_imports)]
35 37
     use std::{env, fs};
38
+    #[allow(unused_imports)]
36 39
     use uuid::Uuid;
37 40
 
38 41
     #[test]

Loading…
Cancel
Save