We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b085c34 commit 276a4a0Copy full SHA for 276a4a0
src/pair.rs
@@ -206,7 +206,7 @@ impl<O: Owner + ?Sized> Pair<O> {
206
// The call to `Box::new(..)` didn't panic - disarm our drop guard
207
core::mem::forget(panic_drop_guard);
208
209
- // Type-erase dependent so it's inexpressible self-referential lifetime
+ // Type-erase dependent so its inexpressible self-referential lifetime
210
// goes away (we know that it's borrowing self.owner immutably from
211
// construction (now) until drop)
212
let dependent: NonNull<<O as HasDependent<'_>>::Dependent> = non_null_from_box(dependent);
0 commit comments