Try fixing const_with_static_lifetime docs
This commit is contained in:
parent
7525854f30
commit
299ffcab77
1 changed files with 0 additions and 1 deletions
|
|
@ -18,7 +18,6 @@ use utils::{in_macro, span_lint_and_then};
|
|||
/// ```rust
|
||||
/// const FOO: &[(&str, &str, fn(&Bar) -> bool)] = &[...]
|
||||
/// ```
|
||||
|
||||
declare_lint! {
|
||||
pub CONST_STATIC_LIFETIME,
|
||||
Warn,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue