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 80c1b98..70830e4 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -137,6 +137,7 @@
//! method_new!(Paste); // expands to #[doc = "Create a new `Paste` object"]
//! ```
+#![doc(html_root_url = "https://docs.rs/paste/1.0.14")]
#![allow(
clippy::derive_partial_eq_without_eq,
clippy::doc_markdown,