diff options
| author | Lukas Wirth <lukastw97@gmail.com> | 2024-06-30 15:23:54 +0200 |
|---|---|---|
| committer | Lukas Wirth <lukastw97@gmail.com> | 2024-06-30 15:23:54 +0200 |
| commit | f4c2ac456e371145bdd950f469ff8b95e8613c56 (patch) | |
| tree | 4859531bd46e19a8f1d47b3e81ef6f79fc7e0d4d /src/tools/rust-analyzer/crates/ide-db | |
| parent | 8c526eefd382ed72e3d984ddda087385906a8d91 (diff) | |
| download | rust-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/ide-db')
| -rw-r--r-- | src/tools/rust-analyzer/crates/ide-db/src/lib.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/tools/rust-analyzer/crates/ide-db/src/lib.rs b/src/tools/rust-analyzer/crates/ide-db/src/lib.rs index 357209ceb0b..8fac5baa57b 100644 --- a/src/tools/rust-analyzer/crates/ide-db/src/lib.rs +++ b/src/tools/rust-analyzer/crates/ide-db/src/lib.rs @@ -2,8 +2,6 @@ //! //! It is mainly a `HirDatabase` for semantic analysis, plus a `SymbolsDatabase`, for fuzzy search. -#![warn(rust_2018_idioms, unused_lifetimes)] - mod apply_change; pub mod active_parameter; |
