Rename usage of intra_doc_link_resolution_failure
This commit is contained in:
parent
abaf38ccb0
commit
48de8ac041
47 changed files with 47 additions and 47 deletions
|
@ -2,7 +2,7 @@
|
|||
// ignore-cross-compile
|
||||
|
||||
#![crate_name = "outer"]
|
||||
#![deny(intra_doc_link_resolution_failure)]
|
||||
#![deny(intra_doc_link_resolution_failures)]
|
||||
|
||||
// using a trait that has intra-doc links on it from another crate (whether re-exporting or just
|
||||
// implementing it) used to give spurious resolution failure warnings
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue