Skip to content

Commit 7bcd578

Browse files
Link fix
1 parent f02a020 commit 7bcd578

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/await_holding_invalid.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ declare_clippy_lint! {
1515
/// `MutexGuard`.
1616
///
1717
/// ### Why is this bad?
18-
/// The Mutex types found in [`std::sync`][https://doc.rust-lang.org/stable/std/sync/] and
18+
/// The Mutex types found in [`std::sync`](https://doc.rust-lang.org/stable/std/sync/) and
1919
/// [`parking_lot`](https://docs.rs/parking_lot/latest/parking_lot/) are
2020
/// not designed to operate in an async context across await points.
2121
///

0 commit comments

Comments
 (0)