We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96c28d1 commit ecde201Copy full SHA for ecde201
clippy_lints/src/semicolon_block.rs
@@ -30,7 +30,7 @@ declare_clippy_lint! {
30
/// # let x = 0;
31
/// unsafe { f(x); }
32
/// ```
33
- #[clippy::version = "1.66.0"]
+ #[clippy::version = "1.68.0"]
34
pub SEMICOLON_INSIDE_BLOCK,
35
restriction,
36
"add a semicolon inside the block"
@@ -59,7 +59,7 @@ declare_clippy_lint! {
59
60
/// unsafe { f(x) };
61
62
63
pub SEMICOLON_OUTSIDE_BLOCK,
64
65
"add a semicolon outside the block"
0 commit comments