Skip to content

Commit 7e5037b

Browse files
committed
Fix crate name in html_root_url
Rustdoc will redirect, but this saves 1 redirect.
1 parent e84a6e1 commit 7e5037b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
//! // and similar for Box<dyn MyTrait + Send>, Box<dyn MyTrait + Sync>, Box<dyn MyTrait + Send + Sync>
8181
//! ```
8282
83-
#![doc(html_root_url = "https://docs.rs/dyn_clone/1.0.15")]
83+
#![doc(html_root_url = "https://docs.rs/dyn-clone/1.0.15")]
8484
#![no_std]
8585
#![allow(
8686
clippy::missing_panics_doc,

0 commit comments

Comments
 (0)