diff --git a/rustfmt-core/tests/lib.rs b/rustfmt-core/tests/lib.rs index be72cb8a9efc..0343c30c6bc8 100644 --- a/rustfmt-core/tests/lib.rs +++ b/rustfmt-core/tests/lib.rs @@ -27,7 +27,6 @@ use std::str::Chars; use rustfmt::*; use config::{Color, Config, ReportTactic}; use config::summary::Summary; -use config::file_lines::FileLines; use rustfmt::filemap::write_system_newlines; use rustfmt::rustfmt_diff::*;