mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 06:11:35 +00:00
modernize more
This commit is contained in:
parent
e477b87455
commit
f6e8b376d1
10 changed files with 42 additions and 56 deletions
|
@ -1,15 +1,3 @@
|
|||
#[macro_use]
|
||||
extern crate failure;
|
||||
#[macro_use]
|
||||
extern crate serde_derive;
|
||||
#[macro_use]
|
||||
extern crate crossbeam_channel;
|
||||
#[macro_use]
|
||||
extern crate log;
|
||||
#[macro_use]
|
||||
extern crate failure_derive;
|
||||
|
||||
|
||||
mod caps;
|
||||
mod conv;
|
||||
mod main_loop;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue