mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 12:54:58 +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
|
@ -3,8 +3,6 @@
|
|||
//! Allows searching the AST for code that matches one or more patterns and then replacing that code
|
||||
//! based on a template.
|
||||
|
||||
#![warn(rust_2018_idioms, unused_lifetimes)]
|
||||
|
||||
// Feature: Structural Search and Replace
|
||||
//
|
||||
// Search and replace with named wildcards that will match any expression, type, path, pattern or item.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue