We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46d3304 commit fa0f1d3Copy full SHA for fa0f1d3
clippy_lints/src/await_holding_lock.rs
@@ -11,7 +11,7 @@ declare_clippy_lint! {
11
/// non-async-aware MutexGuard.
12
///
13
/// **Why is this bad?** The Mutex types found in syd::sync and parking_lot
14
- /// are not designed to operator in an async context across await points.
+ /// are not designed to operate in an async context across await points.
15
16
/// There are two potential solutions. One is to use an asynx-aware Mutex
17
/// type. Many asynchronous foundation crates provide such a Mutex type. The
0 commit comments