Skip to content

Commit 85d1892

Browse files
committed
docs: replace doc_auto_cfg config with doc_cfg
1 parent 613644d commit 85d1892

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
@@ -2,7 +2,7 @@
22
#![deny(missing_debug_implementations)]
33
#![deny(rust_2018_idioms)]
44
#![cfg_attr(test, deny(warnings))]
5-
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
5+
#![cfg_attr(docsrs, feature(doc_cfg))]
66

77
//! # warp
88
//!

0 commit comments

Comments
 (0)