File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -690,7 +690,7 @@ declare_clippy_lint! {
690
690
}
691
691
692
692
declare_clippy_lint ! {
693
- /// **What it does:** Checks for on casts between numerical types that may
693
+ /// **What it does:** Checks for casts between numerical types that may
694
694
/// truncate large values. This is expected behavior, so the cast is `Allow` by
695
695
/// default.
696
696
///
@@ -735,7 +735,7 @@ declare_clippy_lint! {
735
735
}
736
736
737
737
declare_clippy_lint ! {
738
- /// **What it does:** Checks for on casts between numerical types that may
738
+ /// **What it does:** Checks for casts between numerical types that may
739
739
/// be replaced by safe conversion functions.
740
740
///
741
741
/// **Why is this bad?** Rust's `as` keyword will perform many kinds of
You can’t perform that action at this time.
0 commit comments