Skip to content

Commit 9f95e76

Browse files
fix typo in code-block kind specifier
1 parent fc5cbba commit 9f95e76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/collapsible_if.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ declare_clippy_lint! {
7676
///
7777
/// Should be written:
7878
///
79-
/// ```rust.ignore
79+
/// ```rust,ignore
8080
/// if x {
8181
/// …
8282
/// } else if y {

0 commit comments

Comments
 (0)