fix broken link to nomicon in Unsize docs

This commit is contained in:
Sam Whited
2017-05-24 11:27:16 -05:00
parent 5b13bff520
commit f6d935b455

View File

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