mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 04:44:57 +00:00
Fix instance of uneeded brackets in use_statement (thanks to #333)
This commit is contained in:
parent
f18e25f24c
commit
c881fc607e
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ use rustc_hash::{FxHashMap, FxHashSet};
|
|||
use relative_path::RelativePathBuf;
|
||||
use crossbeam_channel::Receiver;
|
||||
use walkdir::DirEntry;
|
||||
use thread_worker::{WorkerHandle};
|
||||
use thread_worker::WorkerHandle;
|
||||
|
||||
use crate::{
|
||||
arena::{ArenaId, Arena},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue