Skip to content

Commit

Permalink
delete #![allow(unsafe_op_in_unsafe_fn)]
Browse files Browse the repository at this point in the history
this is redundant, so we can just delete it.
  • Loading branch information
Sword-Destiny authored Jul 16, 2024
1 parent a778c83 commit e0c57e4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion std/src/sys/pal/teeos/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
//!
//! This module contains the facade (aka platform-specific) implementations of
//! OS level functionality for Teeos.
#![allow(unsafe_op_in_unsafe_fn)]
#![allow(unused_variables)]
#![allow(dead_code)]

Expand Down

0 comments on commit e0c57e4

Please sign in to comment.