Skip to content

Commit fc5cbba

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

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
@@ -42,7 +42,7 @@ declare_clippy_lint! {
4242
///
4343
/// Should be written:
4444
///
45-
/// ```rust.ignore
45+
/// ```rust,ignore
4646
/// if x && y {
4747
/// …
4848
/// }

0 commit comments

Comments
 (0)