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 fc5cbba commit 9f95e76Copy full SHA for 9f95e76
clippy_lints/src/collapsible_if.rs
@@ -76,7 +76,7 @@ declare_clippy_lint! {
76
///
77
/// Should be written:
78
79
- /// ```rust.ignore
+ /// ```rust,ignore
80
/// if x {
81
/// …
82
/// } else if y {
0 commit comments