]> git.lizzy.rs Git - rust.git/blobdiff - src/filemap.rs
Make children list in-order
[rust.git] / src / filemap.rs
index 507e85f2086f9f6a1c30b242f40385eb50ad8243..201403210328b31a87e4ced4cdc059001520fb24 100644 (file)
@@ -8,8 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// TODO: add tests
-
 use std::fs;
 use std::io::{self, Write};
 
@@ -18,7 +16,7 @@
 use rustfmt_diff::{make_diff, output_modified, print_diff};
 
 #[cfg(test)]
-use FileRecord;
+use formatting::FileRecord;
 
 // Append a newline to the end of each file.
 pub fn append_newline(s: &mut String) {