We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents da5505d + 19a16ab commit a0c2a3fCopy full SHA for a0c2a3f
crates/proc-macro-srv/src/lib.rs
@@ -13,7 +13,7 @@
13
#![cfg(feature = "sysroot-abi")]
14
#![feature(proc_macro_internals, proc_macro_diagnostic, proc_macro_span)]
15
#![warn(rust_2018_idioms, unused_lifetimes, semicolon_in_expressions_from_macros)]
16
-#![allow(unreachable_pub)]
+#![allow(unreachable_pub, internal_features)]
17
18
extern crate proc_macro;
19
0 commit comments