From e30d6d9096e23a6206b6950b8f28a85d327a42fc Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Sun, 27 Mar 2022 12:42:19 -0400 Subject: make unaligned_references lint deny-by-default --- compiler/rustc_data_structures/src/lib.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'compiler/rustc_data_structures/src') diff --git a/compiler/rustc_data_structures/src/lib.rs b/compiler/rustc_data_structures/src/lib.rs index 1a3fe652521..98d4870e645 100644 --- a/compiler/rustc_data_structures/src/lib.rs +++ b/compiler/rustc_data_structures/src/lib.rs @@ -27,7 +27,6 @@ #![feature(thread_id_value)] #![feature(vec_into_raw_parts)] #![allow(rustc::default_hash_types)] -#![deny(unaligned_references)] #![allow(rustc::potential_query_instability)] #[macro_use] -- cgit 1.4.1-3-g733a5