Skip to content

Commit

Permalink
Add smol-rs logo (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
notgull committed Jul 17, 2023
1 parent 348e026 commit d6a3bdc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@
#![warn(missing_docs, missing_debug_implementations, rust_2018_idioms)]
#![cfg_attr(not(feature = "std"), no_std)]
#![allow(clippy::needless_borrow)] // suggest code that doesn't work on MSRV
#![doc(
html_favicon_url = "https://github.com/raw/smol-rs/smol/master/assets/images/logo_fullsize_transparent.png"
)]
#![doc(
html_logo_url = "https://github.com/raw/smol-rs/smol/master/assets/images/logo_fullsize_transparent.png"
)]

#[cfg(feature = "std")]
#[doc(no_inline)]
Expand Down

0 comments on commit d6a3bdc

Please sign in to comment.