1
Fork 0

Rollup merge of #134155 - sthibaul:unsafe_op_in_unsafe_fn, r=tgross35

Forbid `unsafe_op_in_unsafe_fn` for Hurd

Tracking issue https://github.com/rust-lang/rust/issues/127747
This commit is contained in:
Matthias Krüger 2024-12-12 08:07:02 +01:00 committed by GitHub
commit 454ed9b681
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,7 @@
//! Hurd-specific definitions
#![stable(feature = "raw_ext", since = "1.1.0")]
#![forbid(unsafe_op_in_unsafe_fn)]
pub mod fs;
pub mod raw;