Skip to content

Commit f58d8e9

Browse files
committed
Fix incorrect lint warning
1 parent eba4d94 commit f58d8e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
//! [README]: https://github.com/stm32-rs/stm32f1xx-hal/tree/v0.6.1
8585
8686
#![no_std]
87-
#![deny(intra_doc_link_resolution_failure)]
87+
#![deny(broken_intra_doc_links)]
8888

8989
// If no target specified, print error message.
9090
#[cfg(not(any(

0 commit comments

Comments
 (0)