deny unsafe_op_in_unsafe_fn for teeos

This commit is contained in:
袁浩----天命剑主 2024-07-16 11:47:22 +08:00 committed by GitHub
parent af5c90d33f
commit 9183af25e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

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