Skip to content

Commit a0c2a3f

Browse files
committed
Auto merge of #3215 - rust-lang:rustup-2023-12-08, r=saethlin
Automatic Rustup
2 parents da5505d + 19a16ab commit a0c2a3f

File tree

1 file changed

+1
-1
lines changed
  • crates/proc-macro-srv/src

1 file changed

+1
-1
lines changed

crates/proc-macro-srv/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#![cfg(feature = "sysroot-abi")]
1414
#![feature(proc_macro_internals, proc_macro_diagnostic, proc_macro_span)]
1515
#![warn(rust_2018_idioms, unused_lifetimes, semicolon_in_expressions_from_macros)]
16-
#![allow(unreachable_pub)]
16+
#![allow(unreachable_pub, internal_features)]
1717

1818
extern crate proc_macro;
1919

0 commit comments

Comments
 (0)