Skip to content

Commit

Permalink
fix: rename to rustdoc::broken_intra_doc_links
Browse files Browse the repository at this point in the history
  • Loading branch information
weihanglo committed Jul 9, 2024
1 parent 637a2cd commit 7e78271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testsuite/doc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1812,7 +1812,7 @@ fn doc_private_ws() {
}

const BAD_INTRA_LINK_LIB: &str = r#"
#![deny(broken_intra_doc_links)]
#![deny(rustdoc::broken_intra_doc_links)]
/// [bad_link]
pub fn foo() {}
Expand Down

0 comments on commit 7e78271

Please sign in to comment.