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 9df3dd4 commit aed7279Copy full SHA for aed7279
src/lib.rs
@@ -19,6 +19,12 @@
19
//! ```
20
21
#![warn(missing_docs, missing_debug_implementations, rust_2018_idioms)]
22
+#![doc(
23
+ html_favicon_url = "https://raw.githubusercontent.com/smol-rs/smol/master/assets/images/logo_fullsize_transparent.png"
24
+)]
25
26
+ html_logo_url = "https://raw.githubusercontent.com/smol-rs/smol/master/assets/images/logo_fullsize_transparent.png"
27
28
29
use std::cell::RefCell;
30
use std::fmt;
0 commit comments