summaryrefslogtreecommitdiff
path: root/abnf_to_pest/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'abnf_to_pest/src/lib.rs')
-rw-r--r--abnf_to_pest/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/abnf_to_pest/src/lib.rs b/abnf_to_pest/src/lib.rs
index c828570..cff81ef 100644
--- a/abnf_to_pest/src/lib.rs
+++ b/abnf_to_pest/src/lib.rs
@@ -1,4 +1,5 @@
#![allow(clippy::implicit_hasher, clippy::or_fun_call)]
+#![doc(html_root_url = "https://docs.rs/abnf_to_pest/0.1.0")]
//! A tiny crate that helps convert ABNF grammars to [pest][pest].
//!