]> git.proxmox.com Git - cargo.git/commitdiff
Fix intra-doc tests for renamed lint.
authorEric Huss <eric@huss.org>
Sat, 1 Aug 2020 16:52:11 +0000 (09:52 -0700)
committerEric Huss <eric@huss.org>
Sat, 1 Aug 2020 16:52:11 +0000 (09:52 -0700)
tests/testsuite/doc.rs

index 6aa99fd0d53a236335a5e69e6c5fd306ea1346ce..04396c639e30d3b2ea35b2001e2460d6861028d3 100644 (file)
@@ -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() {}