diff options
| author | Marek Barvíř <barvirm@gmail.com> | 2023-04-18 11:19:09 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-18 11:19:09 +0200 |
| commit | 56673bcdf5a8be0f89a3781a5ce392736823dc44 (patch) | |
| tree | 03cbe32d6b1334bc17639b15f91b6d81b6a6e594 /library/src/lib.rs | |
| parent | 213502721961854b30a4971b0197495145fbbc75 (diff) | |
Clippy fixes (#856)
Diffstat (limited to 'library/src/lib.rs')
| -rw-r--r-- | library/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/src/lib.rs b/library/src/lib.rs index ccdf448c..fa8cec80 100644 --- a/library/src/lib.rs +++ b/library/src/lib.rs @@ -1,4 +1,5 @@ #![allow(clippy::wildcard_in_or_patterns)] +#![allow(clippy::comparison_chain)] //! Typst's standard library. pub mod compute; |
