deny unsafe_op_in_unsafe_fn for teeos
This commit is contained in:
parent
af5c90d33f
commit
9183af25e5
1 changed files with 1 additions and 0 deletions
|
@ -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)]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue