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.
2 parents 99374ae + f1775f0 commit df6d7bfCopy full SHA for df6d7bf
clippy_lints/src/await_holding_lock.rs
@@ -10,7 +10,7 @@ declare_clippy_lint! {
10
/// **What it does:** Checks for calls to await while holding a
11
/// non-async-aware MutexGuard.
12
///
13
- /// **Why is this bad?** The Mutex types found in syd::sync and parking_lot
+ /// **Why is this bad?** The Mutex types found in std::sync and parking_lot
14
/// 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
0 commit comments