From 933caeae3456c5f568b45cf67daa36c24210bdff Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sun, 5 Mar 2023 15:38:00 -0800 Subject: [PATCH] Set html_root_url --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib.rs b/src/lib.rs index 80c1b98..0030d68 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.11")] #![allow( clippy::derive_partial_eq_without_eq, clippy::doc_markdown,