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 524df87 commit c67765dCopy full SHA for c67765d
src/lib.rs
@@ -54,6 +54,12 @@
54
//! ```
55
56
#![warn(missing_docs, missing_debug_implementations, rust_2018_idioms)]
57
+#![doc(
58
+ html_favicon_url = "https://raw.githubusercontent.com/smol-rs/smol/master/assets/images/logo_fullsize_transparent.png"
59
+)]
60
61
+ html_logo_url = "https://raw.githubusercontent.com/smol-rs/smol/master/assets/images/logo_fullsize_transparent.png"
62
63
64
use std::convert::TryFrom;
65
use std::future::Future;
0 commit comments