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 278187b commit fb6832cCopy full SHA for fb6832c
hal/src/lib.rs
@@ -6,7 +6,7 @@
6
#![cfg_attr(feature = "stm32wle5", doc = "STM32WLE5.")]
7
//!
8
#![cfg_attr(not(test), no_std)]
9
-#![cfg_attr(docsrs, feature(doc_cfg), feature(doc_auto_cfg))]
+#![cfg_attr(docsrs, feature(doc_cfg))]
10
#![warn(missing_docs)]
11
#![warn(clippy::wildcard_imports)]
12
0 commit comments