mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 12:29:21 +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
|
@ -7,7 +7,6 @@
|
|||
//! Note that `hir_def` is a work in progress, so not all of the above is
|
||||
//! actually true.
|
||||
|
||||
#![warn(rust_2018_idioms, unused_lifetimes)]
|
||||
#![cfg_attr(feature = "in-rust-tree", feature(rustc_private))]
|
||||
|
||||
#[cfg(feature = "in-rust-tree")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue