mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-30 16:43:41 +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
|
||||
//! OS level functionality for Teeos.
|
||||
#![allow(unsafe_op_in_unsafe_fn)]
|
||||
#![allow(unused_variables)]
|
||||
#![allow(dead_code)]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user