Skip to content

Commit 790012a

Browse files
committed
Allow unused_extern_crates for now
1 parent a4c201e commit 790012a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mini-macro/src/lib.rs

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#![feature(proc_macro_quote, proc_macro_hygiene)]
22
#![deny(rust_2018_idioms)]
3+
// FIXME: Remove this attribute once the weird failure is gone.
4+
#![allow(unused_extern_crates)]
35
extern crate proc_macro;
46

57
use proc_macro::{quote, TokenStream};

0 commit comments

Comments
 (0)