Skip to content

Commit

Permalink
Rollup merge of #134155 - sthibaul:unsafe_op_in_unsafe_fn, r=tgross35
Browse files Browse the repository at this point in the history
Forbid `unsafe_op_in_unsafe_fn` for Hurd

Tracking issue #127747
  • Loading branch information
matthiaskrgr authored Dec 12, 2024
2 parents 1d78422 + f7ca820 commit 454ed9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/std/src/os/hurd/mod.rs
Original file line number Diff line number Diff line change
@@ -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;

0 comments on commit 454ed9b

Please sign in to comment.