Skip to content

Commit 46ca2e0

Browse files
committed
fix(docsrs): migrate from doc_auto_cfg to doc_cfg
1 parent 611cf1b commit 46ca2e0

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
@@ -81,7 +81,7 @@
8181
//! [`zerocopy::byteorder`]: https://docs.rs/zerocopy/0.7/zerocopy/byteorder/index.html
8282
8383
#![no_std]
84-
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
84+
#![cfg_attr(docsrs, feature(doc_cfg))]
8585
#![warn(missing_docs)]
8686
#![warn(rust_2018_idioms)]
8787

0 commit comments

Comments
 (0)