Skip to content

Commit dabae2f

Browse files
authored
Merge pull request #404 from sardok/fix-rfc-3631-breakage
[RTE-583] RFC 3631 breakage.
2 parents 70ed2dc + a3ef8d4 commit dabae2f

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)