diff options
| author | A-Walrus <58790821+A-Walrus@users.noreply.github.com> | 2024-03-16 11:25:40 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-16 09:25:40 +0000 |
| commit | e6f7cc126c8c51dcaae7836775be97dd7a692b13 (patch) | |
| tree | 70bd02bf708185ce24e57f8c3460acfc7cc74bff /crates/typst-render/src/lib.rs | |
| parent | c8d4a4d2b6af45862f9bbd0787f1c569170b17dc (diff) | |
Fix all cargo doc warnings (#3684)
Diffstat (limited to 'crates/typst-render/src/lib.rs')
| -rw-r--r-- | crates/typst-render/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/typst-render/src/lib.rs b/crates/typst-render/src/lib.rs index 5d116e49..e9dd3fbf 100644 --- a/crates/typst-render/src/lib.rs +++ b/crates/typst-render/src/lib.rs @@ -1080,7 +1080,7 @@ impl OutlineBuilder for WrappedPathBuilder { } } -/// Additional methods for [`Length`]. +/// Additional methods for [`Abs`]. trait AbsExt { /// Convert to a number of points as f32. fn to_f32(self) -> f32; |
