Skip to content

Commit f6d935b

Browse files
committed
fix broken link to nomicon in Unsize docs
1 parent 5b13bff commit f6d935b

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)