Skip to content

Commit b0f396c

Browse files
Fix failing docs build (#152)
The doc_auto_cfg attribute has been renamed to doc_cfg rust-lang/rust#43781
1 parent c10412c commit b0f396c

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_cfg, doc_auto_cfg))]
40+
#![cfg_attr(docsrs, feature(doc_cfg))]
4141
#![allow(clippy::unused_unit)] // false positive fixed in Rust 1.89
4242

4343
use std::fmt;

0 commit comments

Comments
 (0)