fixup! Add await_holding_invalid_type lint

This commit is contained in:
Lily Mara 2022-04-18 11:32:28 -07:00
parent 8eccbbed68
commit 05086858c4

View File

@ -149,7 +149,7 @@
/// # 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" }
/// ]
/// ```
///