From 761931405c68efe0a35d96524df797dda7155723 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Tue, 24 Nov 2020 16:12:41 +0100 Subject: =?UTF-8?q?Use=20newly=20stabilized=20intra=20doc=20links=20?= =?UTF-8?q?=E2=86=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/node.rs | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/layout/node.rs') diff --git a/src/layout/node.rs b/src/layout/node.rs index 6b264eb0..35e742a5 100644 --- a/src/layout/node.rs +++ b/src/layout/node.rs @@ -50,7 +50,6 @@ impl Debug for LayoutNode { /// [`LayoutNode`] when directly putting the `Box` in there, see the /// [Rust Issue]. /// -/// [`LayoutNode`]: enum.LayoutNode.html /// [Rust Issue]: https://github.com/rust-lang/rust/issues/31740 pub struct Dynamic(pub Box); @@ -102,8 +101,6 @@ impl PartialEq for Dynamic { /// DynNode>` able to implement `Clone` and `PartialEq`. However, these are /// automatically provided by a blanket impl as long as the type in question /// implements[`Layout`], `Debug`, `PartialEq`, `Clone` and is `'static`. -/// -/// [`Layout`]: ../trait.Layout.html pub trait DynNode: Debug + Layout + 'static { /// Convert into a `dyn Any` to enable downcasting. fn as_any(&self) -> &dyn Any; -- cgit v1.2.3