fix typo in code-block kind specifier
This commit is contained in:
parent
fc5cbba1a4
commit
9f95e7622d
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ declare_clippy_lint! {
|
|||
///
|
||||
/// Should be written:
|
||||
///
|
||||
/// ```rust.ignore
|
||||
/// ```rust,ignore
|
||||
/// if x {
|
||||
/// …
|
||||
/// } else if y {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue