Skip to content

Commit

Permalink
Allow unexpected_cfgs in proc-macro-test imp
Browse files Browse the repository at this point in the history
  • Loading branch information
lnicola committed Jan 3, 2024
1 parent f0108b9 commit a8f2484
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
//! Exports a few trivial procedural macros for testing.
#![allow(unexpected_cfgs)]
#![cfg(feature = "sysroot-abi")]
#![cfg(any(feature = "sysroot-abi", rust_analyzer))]
#![warn(rust_2018_idioms, unused_lifetimes)]
#![feature(proc_macro_span, proc_macro_def_site)]
Expand Down

0 comments on commit a8f2484

Please sign in to comment.