Skip to content

Commit 0508685

Browse files
fixup! Add await_holding_invalid_type lint
1 parent 8eccbbe commit 0508685

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/await_holding_invalid.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ declare_clippy_lint! {
149149
/// # You can specify a type name
150150
/// "CustomLockType",
151151
/// # You can (optionally) specify a reason
152-
/// { type = "OtherCustomLockType", reason = "Relies on a thread local" }
152+
/// { path = "OtherCustomLockType", reason = "Relies on a thread local" }
153153
/// ]
154154
/// ```
155155
///

0 commit comments

Comments
 (0)