about summary refs log tree commit diff
path: root/compiler/rustc_data_structures/src/lib.rs
diff options
context:
space:
mode:
authorRalf Jung <post@ralfj.de>2022-03-27 12:42:19 -0400
committerRalf Jung <post@ralfj.de>2022-04-14 21:16:42 -0400
commite30d6d9096e23a6206b6950b8f28a85d327a42fc (patch)
tree16864816e4083d8ef9bf32c56e149fd3c9020d3e /compiler/rustc_data_structures/src/lib.rs
parentde392c7d31602ddf0fae1143c5ad822a1abe89df (diff)
downloadrust-e30d6d9096e23a6206b6950b8f28a85d327a42fc.tar.gz
rust-e30d6d9096e23a6206b6950b8f28a85d327a42fc.zip
make unaligned_references lint deny-by-default
Diffstat (limited to 'compiler/rustc_data_structures/src/lib.rs')
-rw-r--r--compiler/rustc_data_structures/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
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]