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 65b6cb9 commit 8045684Copy full SHA for 8045684
src/lib.rs
@@ -8,6 +8,12 @@
8
//! * [`Semaphore`] - limits the number of concurrent operations.
9
10
#![warn(missing_docs, missing_debug_implementations, rust_2018_idioms)]
11
+#![doc(
12
+ html_favicon_url = "https://raw.githubusercontent.com/smol-rs/smol/master/assets/images/logo_fullsize_transparent.png"
13
+)]
14
15
+ html_logo_url = "https://raw.githubusercontent.com/smol-rs/smol/master/assets/images/logo_fullsize_transparent.png"
16
17
18
/// Simple macro to extract the value of `Poll` or return `Pending`.
19
///
0 commit comments