From 6b4bc3ac14ff2c663e598692bb7df6e5d6f8fb91 Mon Sep 17 00:00:00 2001 From: David Alber Date: Sun, 11 Feb 2018 21:15:06 -0800 Subject: [PATCH] Removing unused import --- rustfmt-core/tests/lib.rs | 1 - 1 file changed, 1 deletion(-) 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::*;