Link fix
This commit is contained in:
parent
f02a0208e5
commit
7bcd578a02
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ declare_clippy_lint! {
|
|||
/// `MutexGuard`.
|
||||
///
|
||||
/// ### Why is this bad?
|
||||
/// 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
|
||||
/// [`parking_lot`](https://docs.rs/parking_lot/latest/parking_lot/) are
|
||||
/// not designed to operate in an async context across await points.
|
||||
///
|
||||
|
|
Loading…
Add table
Reference in a new issue