Skip to content
This repository was archived by the owner on Nov 14, 2022. It is now read-only.

Commit e348f6a

Browse files
Remove images' url to make it work even without internet connection
[git filter-repo] original commit: rust-lang/rust@8b886e0
1 parent 3ba21aa commit e348f6a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lib.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,7 @@
3030
//!
3131
//! This API is completely unstable and subject to change.
3232
33-
#![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
34-
html_favicon_url = "https://doc.rust-lang.org/favicon.ico",
35-
html_root_url = "https://doc.rust-lang.org/nightly/")]
33+
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/")]
3634
#![forbid(unsafe_code)]
3735
#![deny(rust_2018_idioms)]
3836

0 commit comments

Comments
 (0)