Skip to content

Commit 299ffca

Browse files
authored
Try fixing const_with_static_lifetime docs
1 parent 7525854 commit 299ffca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clippy_lints/src/const_static_lifetime.rs

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ use utils::{in_macro, span_lint_and_then};
1818
/// ```rust
1919
/// const FOO: &[(&str, &str, fn(&Bar) -> bool)] = &[...]
2020
/// ```
21-
2221
declare_lint! {
2322
pub CONST_STATIC_LIFETIME,
2423
Warn,

0 commit comments

Comments
 (0)