summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 744013ce..53887a49 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -1,4 +1,3 @@
-#![allow(clippy::comparison_chain)]
//! The compiler for the _Typst_ markup language.
//!
//! # Steps
@@ -34,6 +33,7 @@
//! [raster images]: export::render
#![recursion_limit = "1000"]
+#![allow(clippy::comparison_chain)]
extern crate self as typst;