Skip to content
This repository was archived by the owner on Oct 6, 2024. It is now read-only.

Commit 933caea

Browse files
committed
Set html_root_url
1 parent bbde4f8 commit 933caea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@
137137
//! method_new!(Paste); // expands to #[doc = "Create a new `Paste` object"]
138138
//! ```
139139
140+
#![doc(html_root_url = "https://docs.rs/paste/1.0.11")]
140141
#![allow(
141142
clippy::derive_partial_eq_without_eq,
142143
clippy::doc_markdown,

0 commit comments

Comments
 (0)