We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c976ad0 + 7077bde commit 9283497Copy full SHA for 9283497
clippy_lints/src/significant_drop_tightening.rs
@@ -17,7 +17,7 @@ use rustc_span::{symbol::Ident, Span, DUMMY_SP};
17
declare_clippy_lint! {
18
/// ### What it does
19
///
20
- /// Searches for elements marked with `#[clippy::significant_drop]` that could be early
+ /// Searches for elements marked with `#[clippy::has_significant_drop]` that could be early
21
/// dropped but are in fact dropped at the end of their scopes. In other words, enforces the
22
/// "tightening" of their possible lifetimes.
23
0 commit comments