fix typo in code-block kind specifier

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

View File

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