Skip to content

Commit

Permalink
Fix intra-doc tests for renamed lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuss committed Aug 1, 2020
1 parent 2d5c238 commit 1b72e1f
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 1b72e1f

Please sign in to comment.