mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 06:41:48 +00:00
modernize more
This commit is contained in:
parent
e477b87455
commit
f6e8b376d1
10 changed files with 42 additions and 56 deletions
|
@ -9,6 +9,7 @@ use ra_analysis::{
|
|||
Analysis, AnalysisChange, AnalysisHost, CrateGraph, FileId, FileResolver, LibraryData,
|
||||
};
|
||||
use rustc_hash::FxHashMap;
|
||||
use failure::{bail, format_err};
|
||||
|
||||
use crate::{
|
||||
path_map::{PathMap, Root},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue