about summary refs log tree commit diff
path: root/library/std/src
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2020-07-29 17:06:44 -0700
committerManish Goregaokar <manishsmail@gmail.com>2020-07-30 08:14:27 -0700
commit7b7b5a7a129a640e4c652fbe91dd4113b0b5e06c (patch)
tree794f95300e029797e82f95f9ed4f490535d273de /library/std/src
parent4df76f0f90fc0aa4cb3ed4c2c812c6f505f3e21e (diff)
downloadrust-7b7b5a7a129a640e4c652fbe91dd4113b0b5e06c.tar.gz
rust-7b7b5a7a129a640e4c652fbe91dd4113b0b5e06c.zip
Rename in library
Diffstat (limited to 'library/std/src')
-rw-r--r--library/std/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/src/lib.rs b/library/std/src/lib.rs
index c6e5b0a492a..edd677b2ae0 100644
--- a/library/std/src/lib.rs
+++ b/library/std/src/lib.rs
@@ -212,7 +212,7 @@
 #![warn(deprecated_in_future)]
 #![warn(missing_docs)]
 #![warn(missing_debug_implementations)]
-#![deny(intra_doc_link_resolution_failure)] // rustdoc is run without -D warnings
+#![deny(intra_doc_resolution_failures)] // rustdoc is run without -D warnings
 #![allow(explicit_outlives_requirements)]
 #![allow(unused_lifetimes)]
 // Tell the compiler to link to either panic_abort or panic_unwind