mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-10 07:04:22 +00:00
Allow unexpected_cfgs in proc-macro-test imp
This commit is contained in:
parent
932d85b529
commit
d3d7c4b722
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