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 f5665bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
html_logo_url = "https://raw.githubusercontent.com/smol-rs/smol/master/assets/images/logo_fullsize_transparent.png"
)]
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
#![feature(doc_cfg)]

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

0 comments on commit f5665bd

Please sign in to comment.