mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-15 01:17:16 +00:00
typo
This commit is contained in:
parent
d7a9ec2c50
commit
6458630e1a
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ declare_clippy_lint! {
|
||||||
/// Sending the struct to another thread and drops it there will also drop
|
/// Sending the struct to another thread and drops it there will also drop
|
||||||
/// the field in the new thread. This effectively changes the ownership of
|
/// the field in the new thread. This effectively changes the ownership of
|
||||||
/// the field type to the new thread and creates a soundness issue by
|
/// the field type to the new thread and creates a soundness issue by
|
||||||
/// breaking breaks the non-`Send` invariant.
|
/// breaking the non-`Send` invariant.
|
||||||
///
|
///
|
||||||
/// ### Known Problems
|
/// ### Known Problems
|
||||||
/// Data structures that contain raw pointers may cause false positives.
|
/// Data structures that contain raw pointers may cause false positives.
|
||||||
|
|
Loading…
Reference in a new issue