Skip to content

Commit 0081162

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

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
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)