From f6d935b45542cc86e07aa6cd0ae8875bc367749b Mon Sep 17 00:00:00 2001
From: Sam Whited <sam@samwhited.com>
Date: Wed, 24 May 2017 11:27:16 -0500
Subject: [PATCH] fix broken link to nomicon in Unsize docs

---
 src/libcore/marker.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/libcore/marker.rs b/src/libcore/marker.rs
index 3f32db122351c..6602fccd58982 100644
--- a/src/libcore/marker.rs
+++ b/src/libcore/marker.rs
@@ -120,7 +120,7 @@ pub trait Sized {
 /// [coerceunsized]: ../ops/trait.CoerceUnsized.html
 /// [rc]: ../../std/rc/struct.Rc.html
 /// [RFC982]: https://github.com/rust-lang/rfcs/blob/master/text/0982-dst-coercion.md
-
+/// [nomicon-coerce]: ../../nomicon/coercions.html
 #[unstable(feature = "unsize", issue = "27732")]
 #[lang="unsize"]
 pub trait Unsize<T: ?Sized> {