mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-23 10:25:06 +00:00
Allow unexpected_cfgs in proc-macro-test imp
This commit is contained in:
parent
084d9129d9
commit
fd2a7e6efa
1 changed files with 2 additions and 0 deletions
|
@ -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)]
|
||||
|
|
Loading…
Reference in a new issue