diff options
| author | Cameron Taggart <cameron.taggart@gmail.com> | 2020-05-07 22:30:14 -0600 |
|---|---|---|
| committer | Cameron Taggart <cameron.taggart@gmail.com> | 2020-05-07 22:30:14 -0600 |
| commit | 74f00e2f63bc1596eb7e5fe916b68b9e819362bc (patch) | |
| tree | d773f64515d7cd4c8815f30b0fb50b595b2cbf11 | |
| parent | 60c66e3f8245072a0b4f8a16260933cc0828eb44 (diff) | |
| download | rust-74f00e2f63bc1596eb7e5fe916b68b9e819362bc.tar.gz rust-74f00e2f63bc1596eb7e5fe916b68b9e819362bc.zip | |
#[allow(unused)]
| -rw-r--r-- | src/librustc_span/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/librustc_span/lib.rs b/src/librustc_span/lib.rs index 78661cd61a3..1c3bca6608f 100644 --- a/src/librustc_span/lib.rs +++ b/src/librustc_span/lib.rs @@ -15,6 +15,7 @@ #![feature(specialization)] // allow wasm target for rustc-ap-rustc_span +#[allow(unused)] extern crate rustc_macros; use rustc_data_structures::AtomicRef; |
