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 eba4d94 commit f58d8e9Copy full SHA for f58d8e9
src/lib.rs
@@ -84,7 +84,7 @@
84
//! [README]: https://github.com/stm32-rs/stm32f1xx-hal/tree/v0.6.1
85
86
#![no_std]
87
-#![deny(intra_doc_link_resolution_failure)]
+#![deny(broken_intra_doc_links)]
88
89
// If no target specified, print error message.
90
#[cfg(not(any(
0 commit comments