From 1834bae5b86c54ed9dece26e82436919d59e6cb7 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Thu, 4 Jul 2019 23:05:17 +0300 Subject: allow rustfmt to reorder imports This wasn't a right decision in the first place, the feature flag was broken in the last rustfmt release, and syntax highlighting of imports is more important anyway --- crates/test_utils/src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crates/test_utils/src/lib.rs') diff --git a/crates/test_utils/src/lib.rs b/crates/test_utils/src/lib.rs index 8bb3b3937..ea99ac062 100644 --- a/crates/test_utils/src/lib.rs +++ b/crates/test_utils/src/lib.rs @@ -3,11 +3,11 @@ pub mod marks; use std::{ fs, - path::{Path, PathBuf} + path::{Path, PathBuf}, }; -use text_unit::{TextRange, TextUnit}; use serde_json::Value; +use text_unit::{TextRange, TextUnit}; pub use difference::Changeset as __Changeset; -- cgit v1.2.3