Skip to content

Commit effb209

Browse files
Remove doc_cfg from the list of features
Co-authored-by: Tony Arcieri (iqlusion) <[email protected]>
1 parent 3909aa7 commit effb209

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
#![deny(missing_docs)]
6868
#![deny(meta_variable_misuse)]
6969
#![no_std]
70-
#![cfg_attr(docsrs, feature(doc_cfg, doc_auto_cfg))]
70+
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
7171

7272
#[cfg(feature = "const-default")]
7373
extern crate const_default;

0 commit comments

Comments
 (0)