mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 22:31:43 +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
|
@ -38,8 +38,6 @@
|
|||
//! [`Handle`]: loader::Handle
|
||||
//! [`Entries`]: loader::Entry
|
||||
|
||||
#![warn(rust_2018_idioms, unused_lifetimes)]
|
||||
|
||||
mod anchored_path;
|
||||
pub mod file_set;
|
||||
pub mod loader;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue