Skip to content

Commit

Permalink
Add smol-rs logo
Browse files Browse the repository at this point in the history
  • Loading branch information
notgull committed Jul 17, 2023
1 parent 65b6cb9 commit 4523bef
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 @@ -8,6 +8,12 @@
//! * [`Semaphore`] - limits the number of concurrent operations.

#![warn(missing_docs, missing_debug_implementations, rust_2018_idioms)]
#![doc(
html_favicon_url = "https://raw.githubusercontent.com/smol-rs/smol/master/assets/images/logo_fullsize_transparent.png"
)]
#![doc(
html_logo_url = "https://raw.githubusercontent.com/smol-rs/smol/master/assets/images/logo_fullsize_transparent.png"
)]

/// Simple macro to extract the value of `Poll` or return `Pending`.
///
Expand Down

0 comments on commit 4523bef

Please sign in to comment.