Skip to content

Commit

Permalink
Fix renamed lint
Browse files Browse the repository at this point in the history
  • Loading branch information
MattesWhite committed Apr 25, 2024
1 parent e2c5512 commit a0692c5
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
Expand Up @@ -31,7 +31,7 @@
unreachable_pub
)]
#![forbid(unsafe_code)]
#![deny(broken_intra_doc_links)]
#![deny(rustdoc::broken_intra_doc_links)]
#![doc(test(
no_crate_inject,
attr(deny(warnings, rust_2018_idioms), allow(dead_code, unused_variables))
Expand Down

0 comments on commit a0692c5

Please sign in to comment.