We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
for on
1 parent d1b4fc9 commit b8a50caCopy full SHA for b8a50ca
clippy_lints/src/types.rs
@@ -690,7 +690,7 @@ declare_clippy_lint! {
690
}
691
692
declare_clippy_lint! {
693
- /// **What it does:** Checks for on casts between numerical types that may
+ /// **What it does:** Checks for casts between numerical types that may
694
/// truncate large values. This is expected behavior, so the cast is `Allow` by
695
/// default.
696
///
@@ -735,7 +735,7 @@ declare_clippy_lint! {
735
736
737
738
739
/// be replaced by safe conversion functions.
740
741
/// **Why is this bad?** Rust's `as` keyword will perform many kinds of
0 commit comments