mirror of
https://github.com/rust-lang/rust.git
synced 2024-10-31 22:41:50 +00:00
Allow unused_extern_crates for now
This commit is contained in:
parent
a4c201e6b4
commit
790012ad77
@ -1,5 +1,7 @@
|
||||
#![feature(proc_macro_quote, proc_macro_hygiene)]
|
||||
#![deny(rust_2018_idioms)]
|
||||
// FIXME: Remove this attribute once the weird failure is gone.
|
||||
#![allow(unused_extern_crates)]
|
||||
extern crate proc_macro;
|
||||
|
||||
use proc_macro::{quote, TokenStream};
|
||||
|
Loading…
Reference in New Issue
Block a user