We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f02a020 + 7bcd578 commit ab560d8Copy full SHA for ab560d8
clippy_lints/src/await_holding_invalid.rs
@@ -15,7 +15,7 @@ declare_clippy_lint! {
15
/// `MutexGuard`.
16
///
17
/// ### Why is this bad?
18
- /// The Mutex types found in [`std::sync`][https://doc.rust-lang.org/stable/std/sync/] and
+ /// The Mutex types found in [`std::sync`](https://doc.rust-lang.org/stable/std/sync/) and
19
/// [`parking_lot`](https://docs.rs/parking_lot/latest/parking_lot/) are
20
/// not designed to operate in an async context across await points.
21
0 commit comments