Skip to content

Commit a3d03ce

Browse files
authored
remove doc_auto_cfg (#389)
1 parent 087d065 commit a3d03ce

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
@@ -240,7 +240,7 @@
240240
//! * [Data-driven testing](https://en.wikipedia.org/wiki/Data-driven_testing)
241241
242242
#![warn(missing_docs)]
243-
#![cfg_attr(doc_cfg, feature(doc_cfg, doc_auto_cfg))]
243+
#![cfg_attr(doc_cfg, feature(doc_cfg))]
244244

245245
mod data_source;
246246
mod macros;

0 commit comments

Comments
 (0)