mirror of https://github.com/rust-lang/rust.git
deny unsafe_op_in_unsafe_fn for teeos
This commit is contained in:
parent
af5c90d33f
commit
9183af25e5
|
@ -2,6 +2,7 @@
|
||||||
//!
|
//!
|
||||||
//! This module contains the facade (aka platform-specific) implementations of
|
//! This module contains the facade (aka platform-specific) implementations of
|
||||||
//! OS level functionality for Teeos.
|
//! OS level functionality for Teeos.
|
||||||
|
#![deny(unsafe_op_in_unsafe_fn)]
|
||||||
#![allow(unused_variables)]
|
#![allow(unused_variables)]
|
||||||
#![allow(dead_code)]
|
#![allow(dead_code)]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue