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 ab7181b commit 315c871Copy full SHA for 315c871
authenticode/src/lib.rs
@@ -25,7 +25,7 @@
25
//! [`std::error::Error`]: https://doc.rust-lang.org/std/error/trait.Error.html
26
27
#![forbid(unsafe_code)]
28
-#![cfg_attr(docsrs, feature(doc_auto_cfg))]
+#![cfg_attr(docsrs, feature(doc_cfg))]
29
// Allow using `std` if the `std` feature is enabled, or when running
30
// tests. Otherwise enable `no_std`.
31
#![cfg_attr(all(not(feature = "std"), not(test)), no_std)]
0 commit comments