Skip to content

Commit 24a00ab

Browse files
committed
Auto merge of #8576 - ehuss:fix-broken_intra_doc_links, r=alexcrichton
Fix intra-doc tests for renamed lint. The lint was renamed in rust-lang/rust#74926.
2 parents 2d5c238 + 1b72e1f commit 24a00ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testsuite/doc.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1236,7 +1236,7 @@ fn doc_private_ws() {
12361236
}
12371237

12381238
const BAD_INTRA_LINK_LIB: &str = r#"
1239-
#![deny(intra_doc_link_resolution_failure)]
1239+
#![deny(broken_intra_doc_links)]
12401240
12411241
/// [bad_link]
12421242
pub fn foo() {}

0 commit comments

Comments
 (0)