From cdf1d368e2376a94fc433fedc63171ed9e050289 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Sun, 14 Apr 2019 10:00:09 +0200 Subject: bump stdsimd; make intra_doc_link_resolution_failure an error again --- src/liballoc/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/liballoc') diff --git a/src/liballoc/lib.rs b/src/liballoc/lib.rs index 7f3acc933d4..41e22d84699 100644 --- a/src/liballoc/lib.rs +++ b/src/liballoc/lib.rs @@ -62,8 +62,8 @@ #![allow(explicit_outlives_requirements)] #![warn(deprecated_in_future)] -#![warn(intra_doc_link_resolution_failure)] #![warn(missing_debug_implementations)] +#![deny(intra_doc_link_resolution_failure)] // rustdoc is run without -D warnings #![cfg_attr(not(test), feature(generator_trait))] #![cfg_attr(test, feature(test))] -- cgit 1.4.1-3-g733a5