We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7525854 commit 299ffcaCopy full SHA for 299ffca
clippy_lints/src/const_static_lifetime.rs
@@ -18,7 +18,6 @@ use utils::{in_macro, span_lint_and_then};
18
/// ```rust
19
/// const FOO: &[(&str, &str, fn(&Bar) -> bool)] = &[...]
20
/// ```
21
-
22
declare_lint! {
23
pub CONST_STATIC_LIFETIME,
24
Warn,
0 commit comments