diff options
| author | Samuel E. Moelius <35515885+smoelius@users.noreply.github.com> | 2020-11-08 17:25:50 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-08 17:25:50 -0500 |
| commit | 8211b597baff7d599df8c1fe42f4e7d15b7d3e95 (patch) | |
| tree | fc504abd4f0257bf5e20640f8602331765c697a2 | |
| parent | 9751cba2c675c2cd46742d2a81c891d4db4deacc (diff) | |
| download | rust-8211b597baff7d599df8c1fe42f4e7d15b7d3e95.tar.gz rust-8211b597baff7d599df8c1fe42f4e7d15b7d3e95.zip | |
Update clippy_lints/src/let_underscore.rs
Co-authored-by: Philipp Krones <hello@philkrones.com>
| -rw-r--r-- | clippy_lints/src/let_underscore.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clippy_lints/src/let_underscore.rs b/clippy_lints/src/let_underscore.rs index fb2df9369dc..6a5a77f8690 100644 --- a/clippy_lints/src/let_underscore.rs +++ b/clippy_lints/src/let_underscore.rs @@ -95,7 +95,7 @@ declare_clippy_lint! { /// } /// ``` pub LET_UNDERSCORE_DROP, - correctness, + pedantic, "non-binding let on a type that implements `Drop`" } |
