switch to tail -f circular pipes
[jackhill/mal.git] / rust / printer.rs
index 87a31c8..6cd4bc8 100644 (file)
@@ -1,5 +1,5 @@
-use types::MalVal;
-use types::MalVal::{Atom, Bool, Func, Hash, Int, List, MalFunc, Nil, Str, Sym, Vector};
+use crate::types::MalVal;
+use crate::types::MalVal::{Atom, Bool, Func, Hash, Int, List, MalFunc, Nil, Str, Sym, Vector};
 
 fn escape_str(s: &str) -> String {
     s.chars()