Allow unexpected_cfgs in proc-macro-test imp

This commit is contained in:
Laurențiu Nicola 2023-12-25 11:08:25 +02:00
parent 932d85b529
commit d3d7c4b722

View file

@ -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)]