Parcourir la source

Get rid of these editor warnings

master
Dylan Baker il y a 6 ans
Parent
révision
e39b136ec7
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. 3
    0
      src/post.rs

+ 3
- 0
src/post.rs Voir le fichier

@@ -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]

Chargement…
Annuler
Enregistrer