We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4c201e commit 790012aCopy full SHA for 790012a
mini-macro/src/lib.rs
@@ -1,5 +1,7 @@
1
#![feature(proc_macro_quote, proc_macro_hygiene)]
2
#![deny(rust_2018_idioms)]
3
+// FIXME: Remove this attribute once the weird failure is gone.
4
+#![allow(unused_extern_crates)]
5
extern crate proc_macro;
6
7
use proc_macro::{quote, TokenStream};
0 commit comments