Skip to content

Commit

Permalink
fix: docs.rs doc build broken
Browse files Browse the repository at this point in the history
  • Loading branch information
linyihai committed Aug 13, 2024
1 parent 21d436d commit d5ea559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
#![doc(
html_logo_url = "https://raw.githubusercontent.com/smol-rs/smol/master/assets/images/logo_fullsize_transparent.png"
)]
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
#![cfg_attr(docsrs, feature(doc_cfg, doc_auto_cfg))]

use std::fmt;
use std::marker::PhantomData;
Expand Down

0 comments on commit d5ea559

Please sign in to comment.