diff options
author | Muhammad Mominul Huque <mominul2082@gmail.com> | 2019-06-15 08:37:15 +0100 |
---|---|---|
committer | Muhammad Mominul Huque <mominul2082@gmail.com> | 2019-06-15 08:37:15 +0100 |
commit | ebb40c7f87d58fb74c8f3b4dfcb2704140599d65 (patch) | |
tree | a5446456867754ef3bd533f3b54c7ea1022f9cc4 /crates/ra_batch/src | |
parent | f032eeb05f0b7d77e30cd6c5eea016cc5d649e3f (diff) |
cargo format
Diffstat (limited to 'crates/ra_batch/src')
-rw-r--r-- | crates/ra_batch/src/lib.rs | 1 |
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 | ||
3 | use std::{sync::Arc, path::Path, collections::HashSet, error::Error}; | 3 | use std::{sync::Arc, path::Path, collections::HashSet, error::Error}; |
4 | 4 | ||
5 | |||
6 | use rustc_hash::FxHashMap; | 5 | use rustc_hash::FxHashMap; |
7 | 6 | ||
8 | use ra_db::{ | 7 | use ra_db::{ |