mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-28 11:20:36 +00:00
Auto merge of #8576 - ehuss:fix-broken_intra_doc_links, r=alexcrichton
Fix intra-doc tests for renamed lint. The lint was renamed in https://github.com/rust-lang/rust/pull/74926.
This commit is contained in:
commit
24a00ab803
@ -1236,7 +1236,7 @@ fn doc_private_ws() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const BAD_INTRA_LINK_LIB: &str = r#"
|
const BAD_INTRA_LINK_LIB: &str = r#"
|
||||||
#![deny(intra_doc_link_resolution_failure)]
|
#![deny(broken_intra_doc_links)]
|
||||||
|
|
||||||
/// [bad_link]
|
/// [bad_link]
|
||||||
pub fn foo() {}
|
pub fn foo() {}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user