delete #![allow(unsafe_op_in_unsafe_fn)]

this is redundant, so we can just delete it.
This commit is contained in:
袁浩----天命剑主 2024-07-16 11:05:18 +08:00 committed by GitHub
parent cae4a84146
commit 00811621fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)]