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/shaping.rs | |
| parent | f105663037c44740b5aa02dea72a9b368bc003e0 (diff) | |
Use newly stabilized intra doc links ↩
Diffstat (limited to 'src/shaping.rs')
| -rw-r--r-- | src/shaping.rs | 2 |
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, |
