aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index f37ed52..1e566c9 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -242,6 +242,7 @@
//! this data structure is straight-line code with no need for branching.
#![no_std]
+#![doc(html_root_url = "https://docs.rs/unicode-ident/1.0.8")]
#![allow(clippy::doc_markdown, clippy::must_use_candidate)]
#[rustfmt::skip]