mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 06:41:48 +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
|
@ -6,8 +6,6 @@
|
|||
// addition to `cargo check`. Either split it into 3 crates (one for test, one for check
|
||||
// and one common utilities) or change its name and docs to reflect the current state.
|
||||
|
||||
#![warn(rust_2018_idioms, unused_lifetimes)]
|
||||
|
||||
use std::{fmt, io, process::Command, time::Duration};
|
||||
|
||||
use crossbeam_channel::{never, select, unbounded, Receiver, Sender};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue