mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-07 04:23:30 +00:00
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
@ -2,7 +2,6 @@
|
|||||||
//!
|
//!
|
||||||
//! 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.
|
||||||
#![allow(unsafe_op_in_unsafe_fn)]
|
|
||||||
#![allow(unused_variables)]
|
#![allow(unused_variables)]
|
||||||
#![allow(dead_code)]
|
#![allow(dead_code)]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user