File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ impl<T: ?Sized> Exclusive<T> {
138
138
unsafe { Pin :: new_unchecked ( & mut self . get_unchecked_mut ( ) . inner ) }
139
139
}
140
140
141
- /// Build a _mutable_ references to an `Exclusive<T>` from
141
+ /// Build a _mutable_ reference to an `Exclusive<T>` from
142
142
/// a _mutable_ reference to a `T`. This allows you to skip
143
143
/// building an `Exclusive` with [`Exclusive::new`].
144
144
#[ unstable( feature = "exclusive_wrapper" , issue = "98407" ) ]
@@ -149,7 +149,7 @@ impl<T: ?Sized> Exclusive<T> {
149
149
unsafe { & mut * ( r as * mut T as * mut Exclusive < T > ) }
150
150
}
151
151
152
- /// Build a _pinned mutable_ references to an `Exclusive<T>` from
152
+ /// Build a _pinned mutable_ reference to an `Exclusive<T>` from
153
153
/// a _pinned mutable_ reference to a `T`. This allows you to skip
154
154
/// building an `Exclusive` with [`Exclusive::new`].
155
155
#[ unstable( feature = "exclusive_wrapper" , issue = "98407" ) ]
You can’t perform that action at this time.
0 commit comments