We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cda9709 commit 002ec4eCopy full SHA for 002ec4e
clippy_lints/src/non_send_field_in_send_ty.rs
@@ -15,7 +15,7 @@ declare_clippy_lint! {
15
/// Sending the struct to another thread and drops it there will also drop
16
/// the field in the new thread. This effectively changes the ownership of
17
/// the field type to the new thread and creates a soundness issue by
18
- /// breaking breaks the non-`Send` invariant.
+ /// breaking the non-`Send` invariant.
19
///
20
/// ### Known Problems
21
/// Data structures that contain raw pointers may cause false positives.
0 commit comments