summaryrefslogtreecommitdiff
path: root/src/shaping.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/shaping.rs
parentf105663037c44740b5aa02dea72a9b368bc003e0 (diff)
Use newly stabilized intra doc links ↩
Diffstat (limited to 'src/shaping.rs')
-rw-r--r--src/shaping.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/shaping.rs b/src/shaping.rs
index 45ab6ff8..efc24d07 100644
--- a/src/shaping.rs
+++ b/src/shaping.rs
@@ -59,8 +59,6 @@ impl Debug for Shaped {
}
/// Shape text into a box containing [`Shaped`] runs.
-///
-/// [`Shaped`]: struct.Shaped.html
pub fn shape(
loader: &mut FontLoader,
text: &str,