Skip to content

Commit b000914

Browse files
committed
Switch to doc_cfg
rust-lang/rust#138907
1 parent c5a1618 commit b000914

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
@@ -1,6 +1,6 @@
11
#![deny(missing_docs)]
22
#![allow(stable_features)]
3-
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
3+
#![cfg_attr(docsrs, feature(doc_cfg))]
44
#![no_std]
55
#![cfg_attr(feature = "unstable-core-error", feature(error_in_core))]
66
#![cfg_attr(

0 commit comments

Comments
 (0)