mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 05:15:04 +00:00
modernize more
This commit is contained in:
parent
e477b87455
commit
f6e8b376d1
10 changed files with 42 additions and 56 deletions
|
@ -1,3 +1,4 @@
|
|||
use serde_derive::{Serialize, Deserialize};
|
||||
use languageserver_types::{Location, Position, Range, TextDocumentIdentifier, Url};
|
||||
use rustc_hash::FxHashMap;
|
||||
use url_serde;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue