Skip to content

Commit 8045684

Browse files
authored
Add smol-rs logo (#52)
1 parent 65b6cb9 commit 8045684

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/lib.rs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@
88
//! * [`Semaphore`] - limits the number of concurrent operations.
99
1010
#![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+
#![doc(
15+
html_logo_url = "https://raw.githubusercontent.com/smol-rs/smol/master/assets/images/logo_fullsize_transparent.png"
16+
)]
1117

1218
/// Simple macro to extract the value of `Poll` or return `Pending`.
1319
///

0 commit comments

Comments
 (0)