Skip to content

Commit 45c9fa8

Browse files
committed
1 parent 9606d3b commit 45c9fa8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
#![doc = include_str!("../README.md")]
66
#![doc(
77
html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk.png",
8-
html_favicon_url = "https://www.rust-lang.org/favicon.ico",
9-
html_root_url = "https://rust-random.github.io/rand/"
8+
html_favicon_url = "https://www.rust-lang.org/favicon.ico"
109
)]
1110
#![cfg_attr(docsrs, feature(doc_cfg))]
1211
#![deny(

0 commit comments

Comments
 (0)