1
Fork 0

Use BikeshedGuaranteedNotDrop in unsafe binder type WF too

This commit is contained in:
Michael Goulet 2025-02-06 21:19:21 +00:00
parent 516afd557c
commit d0564fda65
4 changed files with 43 additions and 81 deletions

View file

@ -627,7 +627,7 @@ where
/// NOTE: This is implemented as a built-in goal and not a set of impls like:
///
/// ```
/// ```rust,ignore (illustrative)
/// impl<T> BikeshedGuaranteedNoDrop for T where T: Copy {}
/// impl<T> BikeshedGuaranteedNoDrop for ManuallyDrop<T> {}
/// ```