You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clippy_lints/src/await_holding_invalid.rs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ declare_clippy_lint! {
15
15
/// `MutexGuard`.
16
16
///
17
17
/// ### 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
19
19
/// [`parking_lot`](https://docs.rs/parking_lot/latest/parking_lot/) are
20
20
/// not designed to operate in an async context across await points.
0 commit comments