We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c56b44c + 830ac8c commit e75abe2Copy full SHA for e75abe2
src/libcore/ops/unsize.rs
@@ -13,7 +13,7 @@ use marker::Unsize;
13
/// Trait that indicates that this is a pointer or a wrapper for one,
14
/// where unsizing can be performed on the pointee.
15
///
16
-/// See the [DST coercion RfC][dst-coerce] and [the nomicon entry on coercion][nomicon-coerce]
+/// See the [DST coercion RFC][dst-coerce] and [the nomicon entry on coercion][nomicon-coerce]
17
/// for more details.
18
19
/// For builtin pointer types, pointers to `T` will coerce to pointers to `U` if `T: Unsize<U>`
0 commit comments