File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1182,7 +1182,7 @@ impl<T: ?Sized> Rc<T> {
1182
1182
///
1183
1183
/// The raw pointer must have been previously returned by a call to
1184
1184
/// [`Rc<U>::into_raw`][into_raw] with the following requirements:
1185
- ///
1185
+ ///
1186
1186
/// * If `U` is sized, it must have the same size and alignment as `T`. This
1187
1187
/// is trivially true if `U` is `T`.
1188
1188
/// * If `U` is unsized, its data pointer must have the same size and
Original file line number Diff line number Diff line change @@ -1330,7 +1330,7 @@ impl<T: ?Sized> Arc<T> {
1330
1330
///
1331
1331
/// The raw pointer must have been previously returned by a call to
1332
1332
/// [`Arc<U>::into_raw`][into_raw] with the following requirements:
1333
- ///
1333
+ ///
1334
1334
/// * If `U` is sized, it must have the same size and alignment as `T`. This
1335
1335
/// is trivially true if `U` is `T`.
1336
1336
/// * If `U` is unsized, its data pointer must have the same size and
You can’t perform that action at this time.
0 commit comments