Skip to content

Commit aed7279

Browse files
authored
Add smol-rs logo (#46)
1 parent 9df3dd4 commit aed7279

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
@@ -19,6 +19,12 @@
1919
//! ```
2020
2121
#![warn(missing_docs, missing_debug_implementations, rust_2018_idioms)]
22+
#![doc(
23+
html_favicon_url = "https://raw.githubusercontent.com/smol-rs/smol/master/assets/images/logo_fullsize_transparent.png"
24+
)]
25+
#![doc(
26+
html_logo_url = "https://raw.githubusercontent.com/smol-rs/smol/master/assets/images/logo_fullsize_transparent.png"
27+
)]
2228

2329
use std::cell::RefCell;
2430
use std::fmt;

0 commit comments

Comments
 (0)