mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-27 23:20:39 +00:00
Change a noun to a verb to make the sentence complete
This commit is contained in:
parent
46d33043d5
commit
fa0f1d3e53
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ declare_clippy_lint! {
|
|||
/// non-async-aware MutexGuard.
|
||||
///
|
||||
/// **Why is this bad?** The Mutex types found in syd::sync and parking_lot
|
||||
/// are not designed to operator in an async context across await points.
|
||||
/// are not designed to operate in an async context across await points.
|
||||
///
|
||||
/// There are two potential solutions. One is to use an asynx-aware Mutex
|
||||
/// type. Many asynchronous foundation crates provide such a Mutex type. The
|
||||
|
|
Loading…
Reference in a new issue