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 /src/lib.rs | |
| parent | 213502721961854b30a4971b0197495145fbbc75 (diff) | |
Clippy fixes (#856)
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,3 +1,4 @@ +#![allow(clippy::comparison_chain)] //! The compiler for the _Typst_ markup language. //! //! # Steps |
