Skip to content

Commit 8d0ebd4

Browse files
Rollup merge of #42195 - SamWhited:fix_broken_link, r=steveklabnik
fix broken link to nomicon in Unsize docs Add a missing link that is currently broken in the docs (see the last sentence of https://doc.rust-lang.org/std/marker/trait.Unsize.html)
2 parents 177e683 + f6d935b commit 8d0ebd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/marker.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ pub trait Sized {
120120
/// [coerceunsized]: ../ops/trait.CoerceUnsized.html
121121
/// [rc]: ../../std/rc/struct.Rc.html
122122
/// [RFC982]: https://github.com/rust-lang/rfcs/blob/master/text/0982-dst-coercion.md
123-
123+
/// [nomicon-coerce]: ../../nomicon/coercions.html
124124
#[unstable(feature = "unsize", issue = "27732")]
125125
#[lang="unsize"]
126126
pub trait Unsize<T: ?Sized> {

0 commit comments

Comments
 (0)