Skip to content
This repository was archived by the owner on Aug 12, 2021. It is now read-only.

Commit f92c36c

Browse files
Remove images' url to make it work even without internet connection
1 parent 4999d8f commit f92c36c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lib.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,7 @@
3030
//! [win]: http://msdn.microsoft.com/en-us/library/windows/desktop/ms682010%28v=vs.85%29.aspx
3131
//! [ti]: https://en.wikipedia.org/wiki/Terminfo
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
html_playground_url = "https://play.rust-lang.org/",
3735
test(attr(deny(warnings))))]
3836
#![deny(missing_docs)]

0 commit comments

Comments
 (0)