Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Commit 1256334

Browse files
committed
Remove now unnecessary allow lint for extern crates from sysroot
1 parent 1cb7c09 commit 1256334

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

rls/src/build/rustc.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
11
// FIXME: switch to something more ergonomic here, once available.
22
// (Currently, there is no way to opt into sysroot crates without `extern crate`.)
3-
#[allow(unused_extern_crates)]
43
extern crate rustc_driver;
5-
#[allow(unused_extern_crates)]
64
extern crate rustc_interface;
7-
#[allow(unused_extern_crates)]
85
extern crate rustc_save_analysis;
9-
#[allow(unused_extern_crates)]
106
extern crate rustc_session;
11-
#[allow(unused_extern_crates)]
127
extern crate rustc_span;
138

149
use std::collections::{BTreeMap, HashMap, HashSet};

0 commit comments

Comments
 (0)