We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b83c632 commit fc5cbbaCopy full SHA for fc5cbba
clippy_lints/src/collapsible_if.rs
@@ -42,7 +42,7 @@ declare_clippy_lint! {
42
///
43
/// Should be written:
44
45
- /// ```rust.ignore
+ /// ```rust,ignore
46
/// if x && y {
47
/// …
48
/// }
0 commit comments