summary refs log tree commit diff
path: root/src/tools/rust-analyzer/crates/parser
diff options
context:
space:
mode:
authorLukas Wirth <lukastw97@gmail.com>2024-06-30 15:23:54 +0200
committerLukas Wirth <lukastw97@gmail.com>2024-06-30 15:23:54 +0200
commitf4c2ac456e371145bdd950f469ff8b95e8613c56 (patch)
tree4859531bd46e19a8f1d47b3e81ef6f79fc7e0d4d /src/tools/rust-analyzer/crates/parser
parent8c526eefd382ed72e3d984ddda087385906a8d91 (diff)
downloadrust-f4c2ac456e371145bdd950f469ff8b95e8613c56.tar.gz
rust-f4c2ac456e371145bdd950f469ff8b95e8613c56.zip
Remove inline `rust_2018_idioms, unused_lifetimes` lint warn, Cargo.toml already enforces this
Diffstat (limited to 'src/tools/rust-analyzer/crates/parser')
-rw-r--r--src/tools/rust-analyzer/crates/parser/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tools/rust-analyzer/crates/parser/src/lib.rs b/src/tools/rust-analyzer/crates/parser/src/lib.rs
index c2f9ea47728..738ed239a7c 100644
--- a/src/tools/rust-analyzer/crates/parser/src/lib.rs
+++ b/src/tools/rust-analyzer/crates/parser/src/lib.rs
@@ -17,7 +17,6 @@
 //!
 //! [`Parser`]: crate::parser::Parser
 
-#![warn(rust_2018_idioms, unused_lifetimes)]
 #![allow(rustdoc::private_intra_doc_links)]
 #![cfg_attr(feature = "in-rust-tree", feature(rustc_private))]