Skip to content

Commit 8ab8ed3

Browse files
authored
Add smol-rs logo (#19)
1 parent 5149199 commit 8ab8ed3

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
@@ -24,6 +24,12 @@
2424
//! ```
2525
2626
#![warn(missing_docs, missing_debug_implementations, rust_2018_idioms)]
27+
#![doc(
28+
html_favicon_url = "https://raw.githubusercontent.com/smol-rs/smol/master/assets/images/logo_fullsize_transparent.png"
29+
)]
30+
#![doc(
31+
html_logo_url = "https://raw.githubusercontent.com/smol-rs/smol/master/assets/images/logo_fullsize_transparent.png"
32+
)]
2733

2834
use std::ffi::OsString;
2935
use std::fmt;

0 commit comments

Comments
 (0)