Skip to content

Commit c7b802f

Browse files
authored
remove doc_auto_cfg (#102)
1 parent d77ab4a commit c7b802f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/newtype-uuid/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
#![forbid(unsafe_code)]
142142
#![warn(missing_docs)]
143143
#![cfg_attr(not(feature = "std"), no_std)]
144-
#![cfg_attr(doc_cfg, feature(doc_cfg, doc_auto_cfg))]
144+
#![cfg_attr(doc_cfg, feature(doc_cfg))]
145145

146146
#[cfg(feature = "alloc")]
147147
extern crate alloc;

0 commit comments

Comments
 (0)