Skip to content

Commit 38881d6

Browse files
Remove doc_auto_cfg
doc_auto_cfg was merged into doc_cfg in rust-lang/rust#138907
1 parent b8c0213 commit 38881d6

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
@@ -91,7 +91,7 @@
9191
#![deny(missing_docs)]
9292
#![deny(meta_variable_misuse)]
9393
#![no_std]
94-
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
94+
#![cfg_attr(docsrs, feature(doc_cfg))]
9595

9696
pub extern crate typenum;
9797

0 commit comments

Comments
 (0)