Skip to content

Commit 1f38b0d

Browse files
matthiaskrgrgitbot
authored and
gitbot
committed
Rollup merge of rust-lang#134155 - sthibaul:unsafe_op_in_unsafe_fn, r=tgross35
Forbid `unsafe_op_in_unsafe_fn` for Hurd Tracking issue rust-lang#127747
2 parents cef207f + 35fd88c commit 1f38b0d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

std/src/os/hurd/mod.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
//! Hurd-specific definitions
22
33
#![stable(feature = "raw_ext", since = "1.1.0")]
4+
#![forbid(unsafe_op_in_unsafe_fn)]
45

56
pub mod fs;
67
pub mod raw;

0 commit comments

Comments
 (0)