Skip to content

Commit 002ec4e

Browse files
committed
typo
1 parent cda9709 commit 002ec4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/non_send_field_in_send_ty.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ declare_clippy_lint! {
1515
/// Sending the struct to another thread and drops it there will also drop
1616
/// the field in the new thread. This effectively changes the ownership of
1717
/// the field type to the new thread and creates a soundness issue by
18-
/// breaking breaks the non-`Send` invariant.
18+
/// breaking the non-`Send` invariant.
1919
///
2020
/// ### Known Problems
2121
/// Data structures that contain raw pointers may cause false positives.

0 commit comments

Comments
 (0)