about summary refs log tree commit diff
path: root/library/std
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2020-07-31 02:20:47 +0000
committerbors <bors@rust-lang.org>2020-07-31 02:20:47 +0000
commitffa80f01d800528b2cfbe5b5a8a218d20c7d8e95 (patch)
tree9591e793ce50b32689ab69a3b868ee84fb5b090d /library/std
parentc058a8b8dc5dea0ed9b33e14da9e317e2749fcd7 (diff)
parentc17eb566c20bb4c98a1e74f7f0461483ff175310 (diff)
downloadrust-ffa80f01d800528b2cfbe5b5a8a218d20c7d8e95.tar.gz
rust-ffa80f01d800528b2cfbe5b5a8a218d20c7d8e95.zip
Auto merge of #74926 - Manishearth:rename-lint, r=jyn514
Rename intra_doc_link_resolution_failure

It should be plural to follow the conventions in https://github.com/rust-lang/rfcs/blob/master/text/0344-conventions-galore.md#lints
Diffstat (limited to 'library/std')
-rw-r--r--library/std/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/library/std/src/lib.rs b/library/std/src/lib.rs
index 30e1514a8b8..c81b949af65 100644
--- a/library/std/src/lib.rs
+++ b/library/std/src/lib.rs
@@ -212,7 +212,6 @@
 #![warn(deprecated_in_future)]
 #![warn(missing_docs)]
 #![warn(missing_debug_implementations)]
-#![deny(intra_doc_link_resolution_failure)] // 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