Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix intra-doc tests for renamed lint.
  • Loading branch information
ehuss committed Aug 1, 2020
commit 1b72e1fbf4100ce972d929f11f04f1f07b3643fa
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