mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-31 13:02:57 +00:00
Fix instance of uneeded brackets in use_statement (thanks to #333)
This commit is contained in:
parent
f18e25f24c
commit
c881fc607e
@ -31,7 +31,7 @@ use rustc_hash::{FxHashMap, FxHashSet};
|
|||||||
use relative_path::RelativePathBuf;
|
use relative_path::RelativePathBuf;
|
||||||
use crossbeam_channel::Receiver;
|
use crossbeam_channel::Receiver;
|
||||||
use walkdir::DirEntry;
|
use walkdir::DirEntry;
|
||||||
use thread_worker::{WorkerHandle};
|
use thread_worker::WorkerHandle;
|
||||||
|
|
||||||
use crate::{
|
use crate::{
|
||||||
arena::{ArenaId, Arena},
|
arena::{ArenaId, Arena},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user