diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-04-18 19:10:55 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-04-18 19:16:13 +0200 |
| commit | d10b53df0b487036b0d639b6033f4568648cfff1 (patch) | |
| tree | 5209581e847af37c9a770e2e7e43d95bff2e113f /library/src | |
| parent | 35302d20047c58baa99065a4574eafe1920e7be6 (diff) | |
Clippy
Diffstat (limited to 'library/src')
| -rw-r--r-- | library/src/lib.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/library/src/lib.rs b/library/src/lib.rs index fa8cec80..3254dfd8 100644 --- a/library/src/lib.rs +++ b/library/src/lib.rs @@ -1,6 +1,7 @@ +//! Typst's standard library. + #![allow(clippy::wildcard_in_or_patterns)] #![allow(clippy::comparison_chain)] -//! Typst's standard library. pub mod compute; pub mod layout; |
