summaryrefslogtreecommitdiff
path: root/src/layout/spacing.rs
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2020-11-24 16:12:41 +0100
committerLaurenz <laurmaedje@gmail.com>2020-11-24 16:12:41 +0100
commit761931405c68efe0a35d96524df797dda7155723 (patch)
tree31ac2153dc0e5a5dc4fb4f46f839caed8066542a /src/layout/spacing.rs
parentf105663037c44740b5aa02dea72a9b368bc003e0 (diff)
Use newly stabilized intra doc links ↩
Diffstat (limited to 'src/layout/spacing.rs')
-rw-r--r--src/layout/spacing.rs4
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,
}