Skip to content

Commit e399c25

Browse files
authored
Fix doc build (#125)
1 parent 57ffea0 commit e399c25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
#![doc(
3838
html_logo_url = "https://raw.githubusercontent.com/smol-rs/smol/master/assets/images/logo_fullsize_transparent.png"
3939
)]
40-
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
40+
#![cfg_attr(docsrs, feature(doc_cfg, doc_auto_cfg))]
4141

4242
use std::fmt;
4343
use std::marker::PhantomData;

0 commit comments

Comments
 (0)