mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 21:05:02 +00:00
Remove inline rust_2018_idioms, unused_lifetimes
lint warn, Cargo.toml already enforces this
This commit is contained in:
parent
e92646962a
commit
21a3d01875
35 changed files with 3 additions and 58 deletions
|
@ -1,6 +1,4 @@
|
|||
//! Exports a few trivial procedural macros for testing.
|
||||
|
||||
#![warn(rust_2018_idioms, unused_lifetimes)]
|
||||
|
||||
pub static PROC_MACRO_TEST_LOCATION: &str =
|
||||
include_str!(concat!(env!("OUT_DIR"), "/proc_macro_test_location.txt"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue