properly name the docs

This commit is contained in:
Oliver Schneider 2016-10-24 15:43:37 +02:00
parent e132820f8f
commit 34deb72c36
No known key found for this signature in database
GPG Key ID: 56D6EEA0FC67AC46

View File

@ -14,7 +14,7 @@ use syntax::ast::{Attribute, MetaItemKind};
/// ///
/// **Example:** /// **Example:**
/// ```rust /// ```rust
/// #[inspect] /// #[clippy_dump]
/// extern crate foo; /// extern crate foo;
/// ``` /// ```
declare_lint! { declare_lint! {