Deny deny-unsafe_op_in_unsafe_fn on the crate level

This commit is contained in:
sourceturner
2026-01-21 00:32:17 +01:00
parent 582e6eba69
commit defd2ce7c3
96 changed files with 1 additions and 265 deletions
-3
View File
@@ -4,9 +4,6 @@
// Exported as both syslog.h and sys/syslog.h.
// TODO: set this for entire crate when possible
#![deny(unsafe_op_in_unsafe_fn)]
#[cfg(target_os = "redox")]
#[path = "redox.rs"]
pub mod sys;