Skip to content

Commit

Permalink
fixup! Add await_holding_invalid_type lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lilymara-onesignal committed Apr 18, 2022
1 parent 8eccbbe commit 0508685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clippy_lints/src/await_holding_invalid.rs
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ declare_clippy_lint! {
/// # You can specify a type name
/// "CustomLockType",
/// # You can (optionally) specify a reason
/// { type = "OtherCustomLockType", reason = "Relies on a thread local" }
/// { path = "OtherCustomLockType", reason = "Relies on a thread local" }
/// ]
/// ```
///
Expand Down

0 comments on commit 0508685

Please sign in to comment.