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.
1 parent 59f5d51 commit 11a70f6Copy full SHA for 11a70f6
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