1
Fork 0

Rename usage of intra_doc_link_resolution_failure

This commit is contained in:
Manish Goregaokar 2020-07-29 15:21:26 -07:00
parent abaf38ccb0
commit 48de8ac041
47 changed files with 47 additions and 47 deletions

View file

@ -4,7 +4,7 @@
// ignore-windows
// ignore-tidy-linelength
#![deny(intra_doc_link_resolution_failure)]
#![deny(intra_doc_link_resolution_failures)]
#![feature(no_core, lang_items)]
#![no_core]
#![crate_type = "rlib"]