Skip to content

Commit b660d79

Browse files
authored
Add smol-rs logo (#45)
1 parent c1d2c77 commit b660d79

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
@@ -46,6 +46,12 @@
4646
4747
#![warn(missing_docs, missing_debug_implementations, rust_2018_idioms)]
4848
#![no_std]
49+
#![doc(
50+
html_favicon_url = "https://raw.githubusercontent.com/smol-rs/smol/master/assets/images/logo_fullsize_transparent.png"
51+
)]
52+
#![doc(
53+
html_logo_url = "https://raw.githubusercontent.com/smol-rs/smol/master/assets/images/logo_fullsize_transparent.png"
54+
)]
4955

5056
extern crate alloc;
5157
#[cfg(feature = "std")]

0 commit comments

Comments
 (0)