about summary refs log tree commit diff
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2020-07-29 23:19:12 -0700
committerManish Goregaokar <manishsmail@gmail.com>2020-07-30 08:14:27 -0700
commit522ef2e9811139e80e39cd1d5da2514cf9b7a8b4 (patch)
tree4329325f1903bc87bbf7696cd59042614517f928
parent7b7b5a7a129a640e4c652fbe91dd4113b0b5e06c (diff)
downloadrust-522ef2e9811139e80e39cd1d5da2514cf9b7a8b4.tar.gz
rust-522ef2e9811139e80e39cd1d5da2514cf9b7a8b4.zip
Remove deny for intra doc link failures from library code, it's no longer necessary
-rw-r--r--library/alloc/src/lib.rs1
-rw-r--r--library/core/src/lib.rs2
-rw-r--r--library/std/src/lib.rs1
3 files changed, 0 insertions, 4 deletions
diff --git a/library/alloc/src/lib.rs b/library/alloc/src/lib.rs
index 479e0a95509..6350e385546 100644
--- a/library/alloc/src/lib.rs
+++ b/library/alloc/src/lib.rs
@@ -69,7 +69,6 @@
 #![warn(deprecated_in_future)]
 #![warn(missing_docs)]
 #![warn(missing_debug_implementations)]
-#![deny(intra_doc_resolution_failures)] // rustdoc is run without -D warnings
 #![allow(explicit_outlives_requirements)]
 #![allow(incomplete_features)]
 #![deny(unsafe_op_in_unsafe_fn)]
diff --git a/library/core/src/lib.rs b/library/core/src/lib.rs
index 7c9dd92ffa0..de440a8261e 100644
--- a/library/core/src/lib.rs
+++ b/library/core/src/lib.rs
@@ -61,7 +61,6 @@
 #![warn(deprecated_in_future)]
 #![warn(missing_docs)]
 #![warn(missing_debug_implementations)]
-#![deny(intra_doc_resolution_failures)] // rustdoc is run without -D warnings
 #![allow(explicit_outlives_requirements)]
 #![allow(incomplete_features)]
 #![feature(allow_internal_unstable)]
@@ -149,7 +148,6 @@
 #![feature(slice_ptr_get)]
 #![feature(no_niche)] // rust-lang/rust#68303
 #![feature(unsafe_block_in_unsafe_fn)]
-#![deny(intra_doc_resolution_failures)]
 #![deny(unsafe_op_in_unsafe_fn)]
 
 #[prelude_import]
diff --git a/library/std/src/lib.rs b/library/std/src/lib.rs
index edd677b2ae0..74661d3456b 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_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