Skip to content

Commit 59c299a

Browse files
fix lint description
1 parent a8e5547 commit 59c299a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/unary_parenthesis_followed_by_cast.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ declare_clippy_lint! {
3131
#[clippy::version = "1.70.0"]
3232
pub UNARY_PARENTHESIS_FOLLOWED_BY_CAST,
3333
complexity,
34-
"default lint description"
34+
"`as` cast with parenthesized simple argument"
3535
}
3636
declare_lint_pass!(UnaryParenthesisFollowedByCast => [UNARY_PARENTHESIS_FOLLOWED_BY_CAST]);
3737

0 commit comments

Comments
 (0)