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 9ff587e commit d598dc8Copy full SHA for d598dc8
src/lib.rs
@@ -71,6 +71,12 @@
71
#![warn(missing_docs, missing_debug_implementations, rust_2018_idioms)]
72
#![doc(test(attr(deny(rust_2018_idioms, warnings))))]
73
#![doc(test(attr(allow(unused_extern_crates, unused_variables))))]
74
+#![doc(
75
+ html_favicon_url = "https://raw.githubusercontent.com/smol-rs/smol/master/assets/images/logo_fullsize_transparent.png"
76
+)]
77
78
+ html_logo_url = "https://raw.githubusercontent.com/smol-rs/smol/master/assets/images/logo_fullsize_transparent.png"
79
80
81
extern crate alloc;
82
0 commit comments