Skip to content

Commit d598dc8

Browse files
authored
Add smol-rs logo (#47)
1 parent 9ff587e commit d598dc8

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
@@ -71,6 +71,12 @@
7171
#![warn(missing_docs, missing_debug_implementations, rust_2018_idioms)]
7272
#![doc(test(attr(deny(rust_2018_idioms, warnings))))]
7373
#![doc(test(attr(allow(unused_extern_crates, unused_variables))))]
74+
#![doc(
75+
html_favicon_url = "https://raw.githubusercontent.com/smol-rs/smol/master/assets/images/logo_fullsize_transparent.png"
76+
)]
77+
#![doc(
78+
html_logo_url = "https://raw.githubusercontent.com/smol-rs/smol/master/assets/images/logo_fullsize_transparent.png"
79+
)]
7480

7581
extern crate alloc;
7682

0 commit comments

Comments
 (0)