Skip to content

Commit

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

Expand Down

0 comments on commit 9183af2

Please sign in to comment.