We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70ed2dc commit a3ef8d4Copy full SHA for a3ef8d4
mbedtls/src/lib.rs
@@ -9,7 +9,7 @@
9
#![deny(warnings)]
10
#![allow(unused_doc_comments, ambiguous_glob_reexports)] // allow ambiguous glob reexports for now in autogenerated bindings.
11
#![cfg_attr(not(feature = "std"), no_std)]
12
-#![cfg_attr(nightly, feature(doc_auto_cfg))]
+#![cfg_attr(nightly, feature(doc_cfg))]
13
14
#[cfg(not(any(feature = "std", feature = "no_std_deps")))]
15
compile_error!("Either the `std` or `no_std_deps` feature needs to be enabled");
0 commit comments