diff options
| author | Laurenz <laurmaedje@gmail.com> | 2020-11-24 16:12:41 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2020-11-24 16:12:41 +0100 |
| commit | 761931405c68efe0a35d96524df797dda7155723 (patch) | |
| tree | 31ac2153dc0e5a5dc4fb4f46f839caed8066542a /src/layout/spacing.rs | |
| parent | f105663037c44740b5aa02dea72a9b368bc003e0 (diff) | |
Use newly stabilized intra doc links ↩
Diffstat (limited to 'src/layout/spacing.rs')
| -rw-r--r-- | src/layout/spacing.rs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/layout/spacing.rs b/src/layout/spacing.rs index c44f92e4..1ba3b54a 100644 --- a/src/layout/spacing.rs +++ b/src/layout/spacing.rs @@ -7,10 +7,8 @@ use super::*; pub struct Spacing { /// The amount of spacing to insert. pub amount: Length, - /// Spacing interaction, see [Softness's] documentation for more + /// Spacing interaction, see [`Softness`]'s documentation for more /// information. - /// - /// [Softness's]: enum.Softness.html pub softness: Softness, } |
