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.
await_holding_invalid_type
1 parent 8eccbbe commit 0508685Copy full SHA for 0508685
clippy_lints/src/await_holding_invalid.rs
@@ -149,7 +149,7 @@ declare_clippy_lint! {
149
/// # You can specify a type name
150
/// "CustomLockType",
151
/// # You can (optionally) specify a reason
152
- /// { type = "OtherCustomLockType", reason = "Relies on a thread local" }
+ /// { path = "OtherCustomLockType", reason = "Relies on a thread local" }
153
/// ]
154
/// ```
155
///
0 commit comments