Skip to content

Commit fb6832c

Browse files
authored
rustdoc: fix error from removed feature (#393)
1 parent 278187b commit fb6832c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hal/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#![cfg_attr(feature = "stm32wle5", doc = "STM32WLE5.")]
77
//!
88
#![cfg_attr(not(test), no_std)]
9-
#![cfg_attr(docsrs, feature(doc_cfg), feature(doc_auto_cfg))]
9+
#![cfg_attr(docsrs, feature(doc_cfg))]
1010
#![warn(missing_docs)]
1111
#![warn(clippy::wildcard_imports)]
1212

0 commit comments

Comments
 (0)