Skip to content

Commit

Permalink
Use rustdoc::broken_intra_doc_links
Browse files Browse the repository at this point in the history
  • Loading branch information
kellerkindt committed Apr 4, 2022
1 parent 70f3311 commit c4f55dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![deny(broken_intra_doc_links)]
#![deny(rustdoc::broken_intra_doc_links)]
#![warn(unused_extern_crates)]

#[cfg(feature = "macros")]
Expand Down

0 comments on commit c4f55dc

Please sign in to comment.