mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-24 05:33:27 +00:00
Fix formatting on wiki
This commit is contained in:
parent
95599c6a62
commit
f7bab322f6
1 changed files with 1 additions and 1 deletions
|
@ -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! {
|
||||
|
|
Loading…
Reference in a new issue