Try fixing const_with_static_lifetime docs

This commit is contained in:
Oliver Schneider 2017-12-07 08:09:46 +01:00 committed by GitHub
parent 7525854f30
commit 299ffcab77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,