aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_batch/src
diff options
context:
space:
mode:
authorMuhammad Mominul Huque <[email protected]>2019-06-15 08:37:15 +0100
committerMuhammad Mominul Huque <[email protected]>2019-06-15 08:37:15 +0100
commitebb40c7f87d58fb74c8f3b4dfcb2704140599d65 (patch)
treea5446456867754ef3bd533f3b54c7ea1022f9cc4 /crates/ra_batch/src
parentf032eeb05f0b7d77e30cd6c5eea016cc5d649e3f (diff)
cargo format
Diffstat (limited to 'crates/ra_batch/src')
-rw-r--r--crates/ra_batch/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/ra_batch/src/lib.rs b/crates/ra_batch/src/lib.rs
index 35e783b14..96b32d9fe 100644
--- a/crates/ra_batch/src/lib.rs
+++ b/crates/ra_batch/src/lib.rs
@@ -2,7 +2,6 @@ mod vfs_filter;
2 2
3use std::{sync::Arc, path::Path, collections::HashSet, error::Error}; 3use std::{sync::Arc, path::Path, collections::HashSet, error::Error};
4 4
5
6use rustc_hash::FxHashMap; 5use rustc_hash::FxHashMap;
7 6
8use ra_db::{ 7use ra_db::{