Skip to content

Commit

Permalink
Auto merge of #8576 - ehuss:fix-broken_intra_doc_links, r=alexcrichton
Browse files Browse the repository at this point in the history
Fix intra-doc tests for renamed lint.

The lint was renamed in rust-lang/rust#74926.
  • Loading branch information
bors committed Aug 3, 2020
2 parents 2d5c238 + 1b72e1f commit 24a00ab
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 @@ -1236,7 +1236,7 @@ fn doc_private_ws() {
}

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

0 comments on commit 24a00ab

Please sign in to comment.