Fix formatting on wiki

This commit is contained in:
mcarton 2016-01-29 22:49:48 +01:00
parent 95599c6a62
commit f7bab322f6

View File

@ -14,7 +14,7 @@ use utils::{is_expn_of, match_path, snippet, span_lint_and_then};
/// **Known problems:** None.
///
/// **Example:**
/// ```rust, ignore
/// ```rust,ignore
/// foo(&vec![1, 2])
/// ```
declare_lint! {