Skip to content

Commit

Permalink
Auto merge of #14215 - weihanglo:rustdoc, r=ehuss
Browse files Browse the repository at this point in the history
fix: rename to `rustdoc::broken_intra_doc_links`

Found in <#14209 (comment)>.
  • Loading branch information
bors committed Jul 9, 2024
2 parents 637a2cd + 7e78271 commit caf36ef
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 caf36ef

Please sign in to comment.