Skip to content

Commit 35a8fb8

Browse files
Replace doc_auto_cfg with doc_cfg
The `doc_auto_cfg` feature has been subsumed by `doc_cfg`: rust-lang/rust#138907
1 parent 4dc565e commit 35a8fb8

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
@@ -94,7 +94,7 @@
9494
//! [issues]: https://github.com/nicholasbishop/ext4-view-rs/issues
9595
9696
#![cfg_attr(not(any(feature = "std", test)), no_std)]
97-
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
97+
#![cfg_attr(docsrs, feature(doc_cfg))]
9898
#![forbid(unsafe_code)]
9999
#![warn(
100100
clippy::arithmetic_side_effects,

0 commit comments

Comments
 (0)