Skip to content

Commit 276a4a0

Browse files
committed
fixed grammatical error
1 parent b085c34 commit 276a4a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pair.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ impl<O: Owner + ?Sized> Pair<O> {
206206
// The call to `Box::new(..)` didn't panic - disarm our drop guard
207207
core::mem::forget(panic_drop_guard);
208208

209-
// Type-erase dependent so it's inexpressible self-referential lifetime
209+
// Type-erase dependent so its inexpressible self-referential lifetime
210210
// goes away (we know that it's borrowing self.owner immutably from
211211
// construction (now) until drop)
212212
let dependent: NonNull<<O as HasDependent<'_>>::Dependent> = non_null_from_box(dependent);

0 commit comments

Comments
 (0)