delete #![allow(unsafe_op_in_unsafe_fn)]
this is redundant, so we can just delete it.
This commit is contained in:
parent
cae4a84146
commit
00811621fe
1 changed files with 0 additions and 1 deletions
|
@ -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)]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue