Skip to content

Commit a3ef8d4

Browse files
author
Sinan Nalkaya
committed
Replace doc_auto_cfg with doc_cfg feature.
1 parent 70ed2dc commit a3ef8d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mbedtls/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#![deny(warnings)]
1010
#![allow(unused_doc_comments, ambiguous_glob_reexports)] // allow ambiguous glob reexports for now in autogenerated bindings.
1111
#![cfg_attr(not(feature = "std"), no_std)]
12-
#![cfg_attr(nightly, feature(doc_auto_cfg))]
12+
#![cfg_attr(nightly, feature(doc_cfg))]
1313

1414
#[cfg(not(any(feature = "std", feature = "no_std_deps")))]
1515
compile_error!("Either the `std` or `no_std_deps` feature needs to be enabled");

0 commit comments

Comments
 (0)