aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lib.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index e552327..f423b68 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -12,6 +12,9 @@
//! * [`micromark_to_mdast`][]
//! — like `micromark_with_options` but compiles to a syntax tree
#![no_std]
+#![deny(clippy::pedantic)]
+#![allow(clippy::doc_link_with_quotes)]
+#![allow(clippy::too_many_lines)]
extern crate alloc;