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
@@ -18,7 +18,6 @@
/// ```rust
/// const FOO: &[(&str, &str, fn(&Bar) -> bool)] = &[...]
/// ```
declare_lint! {
pub CONST_STATIC_LIFETIME,
Warn,