Skip to content

Commit e75abe2

Browse files
Rollup merge of #52905 - pravic:unsize-typo, r=alexcrichton
Fix a typo in unsize.rs RfC -> RFC
2 parents c56b44c + 830ac8c commit e75abe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/ops/unsize.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ use marker::Unsize;
1313
/// Trait that indicates that this is a pointer or a wrapper for one,
1414
/// where unsizing can be performed on the pointee.
1515
///
16-
/// See the [DST coercion RfC][dst-coerce] and [the nomicon entry on coercion][nomicon-coerce]
16+
/// See the [DST coercion RFC][dst-coerce] and [the nomicon entry on coercion][nomicon-coerce]
1717
/// for more details.
1818
///
1919
/// For builtin pointer types, pointers to `T` will coerce to pointers to `U` if `T: Unsize<U>`

0 commit comments

Comments
 (0)