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 ec6f083 commit 903eaf1Copy full SHA for 903eaf1
sbat/src/lib.rs
@@ -60,7 +60,7 @@
60
#![allow(clippy::enum_glob_use)]
61
#![allow(clippy::missing_errors_doc)]
62
#![allow(clippy::module_name_repetitions)]
63
-#![cfg_attr(docsrs, feature(doc_auto_cfg))]
+#![cfg_attr(docsrs, feature(doc_cfg))]
64
// Allow using `std` if the `std` feature is enabled, or when running
65
// tests. Otherwise enable `no_std`.
66
#![cfg_attr(all(not(feature = "std"), not(test)), no_std)]
0 commit comments