about summary refs log tree commit diff
path: root/compiler/rustc_data_structures/src/lib.rs
diff options
context:
space:
mode:
authorMaybe Waffle <waffle.lapkin@gmail.com>2023-04-19 18:00:48 +0000
committerMaybe Waffle <waffle.lapkin@gmail.com>2023-04-19 18:00:48 +0000
commitf79df7d2a4e224aa35697e5096d0f25fdcf26b2f (patch)
treed72dfc093802d242feb9b81299ee3c8179b34cb7 /compiler/rustc_data_structures/src/lib.rs
parentd7f9e81650dcee3e2d5ad1973a71da644a2eff93 (diff)
downloadrust-f79df7d2a4e224aa35697e5096d0f25fdcf26b2f.tar.gz
rust-f79df7d2a4e224aa35697e5096d0f25fdcf26b2f.zip
`deny(unsafe_op_in_unsafe_fn)` in `rustc_data_structures`
Diffstat (limited to 'compiler/rustc_data_structures/src/lib.rs')
-rw-r--r--compiler/rustc_data_structures/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_data_structures/src/lib.rs b/compiler/rustc_data_structures/src/lib.rs
index 405ae99395b..426d2c4034b 100644
--- a/compiler/rustc_data_structures/src/lib.rs
+++ b/compiler/rustc_data_structures/src/lib.rs
@@ -35,6 +35,7 @@
 #![allow(rustc::potential_query_instability)]
 #![deny(rustc::untranslatable_diagnostic)]
 #![deny(rustc::diagnostic_outside_of_impl)]
+#![deny(unsafe_op_in_unsafe_fn)]
 
 #[macro_use]
 extern crate tracing;