fix typo in code-block kind specifier

This commit is contained in:
Kisaragi 2022-03-16 10:19:19 +09:00 committed by GitHub
parent fc5cbba1a4
commit 9f95e7622d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -76,7 +76,7 @@ declare_clippy_lint! {
///
/// Should be written:
///
/// ```rust.ignore
/// ```rust,ignore
/// if x {
/// …
/// } else if y {