We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5149199 commit 8ab8ed3Copy full SHA for 8ab8ed3
src/lib.rs
@@ -24,6 +24,12 @@
24
//! ```
25
26
#![warn(missing_docs, missing_debug_implementations, rust_2018_idioms)]
27
+#![doc(
28
+ html_favicon_url = "https://raw.githubusercontent.com/smol-rs/smol/master/assets/images/logo_fullsize_transparent.png"
29
+)]
30
31
+ html_logo_url = "https://raw.githubusercontent.com/smol-rs/smol/master/assets/images/logo_fullsize_transparent.png"
32
33
34
use std::ffi::OsString;
35
use std::fmt;
0 commit comments