Explorar o código

Fix incorrect lint warning

TheZoq2 %!s(int64=3) %!d(string=hai) anos
pai
achega
f58d8e9216
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/lib.rs

+ 1 - 1
src/lib.rs

@@ -84,7 +84,7 @@
 //! [README]: https://github.com/stm32-rs/stm32f1xx-hal/tree/v0.6.1
 
 #![no_std]
-#![deny(intra_doc_link_resolution_failure)]
+#![deny(broken_intra_doc_links)]
 
 // If no target specified, print error message.
 #[cfg(not(any(