mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-17 11:05:20 +00:00
Update clippy_lints/src/let_underscore.rs
Co-authored-by: Philipp Krones <hello@philkrones.com>
This commit is contained in:
parent
9751cba2c6
commit
8211b597ba
@ -95,7 +95,7 @@ declare_clippy_lint! {
|
||||
/// }
|
||||
/// ```
|
||||
pub LET_UNDERSCORE_DROP,
|
||||
correctness,
|
||||
pedantic,
|
||||
"non-binding let on a type that implements `Drop`"
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user