mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 06:51:58 +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)]
|
#![feature(proc_macro_quote, proc_macro_hygiene)]
|
||||||
#![deny(rust_2018_idioms)]
|
#![deny(rust_2018_idioms)]
|
||||||
|
// FIXME: Remove this attribute once the weird failure is gone.
|
||||||
|
#![allow(unused_extern_crates)]
|
||||||
extern crate proc_macro;
|
extern crate proc_macro;
|
||||||
|
|
||||||
use proc_macro::{quote, TokenStream};
|
use proc_macro::{quote, TokenStream};
|
||||||
|
Loading…
Reference in New Issue
Block a user