diff options
Diffstat (limited to 'src/layout/mod.rs')
| -rw-r--r-- | src/layout/mod.rs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/layout/mod.rs b/src/layout/mod.rs index 5586a1fd..2d4553b4 100644 --- a/src/layout/mod.rs +++ b/src/layout/mod.rs @@ -124,9 +124,7 @@ impl Expansion { } } -/// The result of [layouting] a node. -/// -/// [layouting]: trait.Layout.html#method.layout +/// The result of [layouting](Layout::layout) a node. #[derive(Debug, Clone, PartialEq)] pub enum Layouted { /// Spacing that should be added to the parent. |
