Skip to content

Commit 8b1d874

Browse files
deny unsafe_op_in_unsafe_fn for teeos
1 parent f8bb325 commit 8b1d874

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)