+2
-2
src/macros/insert.rs
+2
-2
src/macros/insert.rs
······-println!("[ERROR] \"{:?}\": Insert was unable to find the file \"{}\" relative to its origin or in project root.", origin_file.to_str(), arg);+println!("[ERROR] {:?}: Insert was unable to find the file \"{}\" relative to its origin or in project root.", origin_file.to_str().unwrap(), arg);
+11
-1
src/macros/mod.rs
+11
-1
src/macros/mod.rs
······
+39
src/macros/simple_macros.rs
+39
src/macros/simple_macros.rs
······
+1
-1
src/main.rs
+1
-1
src/main.rs
···
+12
-2
src/projectparse.rs
+12
-2
src/projectparse.rs
·········