Skip to content

Commit 9183af2

Browse files
deny unsafe_op_in_unsafe_fn for teeos
1 parent af5c90d commit 9183af2

File tree

1 file changed

+1
-0
lines changed
  • library/std/src/sys/pal/teeos

1 file changed

+1
-0
lines changed

library/std/src/sys/pal/teeos/mod.rs

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
//!
33
//! This module contains the facade (aka platform-specific) implementations of
44
//! OS level functionality for Teeos.
5+
#![deny(unsafe_op_in_unsafe_fn)]
56
#![allow(unused_variables)]
67
#![allow(dead_code)]
78

0 commit comments

Comments
 (0)