#[allow(unused)]

This commit is contained in:
Cameron Taggart 2020-05-07 22:30:14 -06:00
parent 60c66e3f82
commit 74f00e2f63

View File

@ -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;