Explorar el Código

Get rid of these editor warnings

master
Dylan Baker hace 6 años
padre
commit
e39b136ec7
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3
    0
      src/post.rs

+ 3
- 0
src/post.rs Ver fichero

@@ -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…
Cancelar
Guardar