Skip to content

Commit e0c57e4

Browse files
delete #![allow(unsafe_op_in_unsafe_fn)]
this is redundant, so we can just delete it.
1 parent a778c83 commit e0c57e4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

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

0 commit comments

Comments
 (0)