We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8e5547 commit 59c299aCopy full SHA for 59c299a
clippy_lints/src/unary_parenthesis_followed_by_cast.rs
@@ -31,7 +31,7 @@ declare_clippy_lint! {
31
#[clippy::version = "1.70.0"]
32
pub UNARY_PARENTHESIS_FOLLOWED_BY_CAST,
33
complexity,
34
- "default lint description"
+ "`as` cast with parenthesized simple argument"
35
}
36
declare_lint_pass!(UnaryParenthesisFollowedByCast => [UNARY_PARENTHESIS_FOLLOWED_BY_CAST]);
37
0 commit comments