Skip to content

Commit c67765d

Browse files
authored
Add smol-rs logo (#143)
1 parent 524df87 commit c67765d

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
@@ -54,6 +54,12 @@
5454
//! ```
5555
5656
#![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+
#![doc(
61+
html_logo_url = "https://raw.githubusercontent.com/smol-rs/smol/master/assets/images/logo_fullsize_transparent.png"
62+
)]
5763

5864
use std::convert::TryFrom;
5965
use std::future::Future;

0 commit comments

Comments
 (0)