mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 04:53:34 +00:00
Drop unused extern crate
This commit is contained in:
parent
bb381a7ff7
commit
9435ea4b8e
2 changed files with 0 additions and 2 deletions
|
@ -1,4 +1,3 @@
|
||||||
extern crate file;
|
|
||||||
extern crate libsyntax2;
|
extern crate libsyntax2;
|
||||||
extern crate testutils;
|
extern crate testutils;
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
extern crate file;
|
|
||||||
extern crate libsyntax2;
|
extern crate libsyntax2;
|
||||||
extern crate testutils;
|
extern crate testutils;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue