mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-22 17:03:23 +00:00
Deny dead_code
and unused_variables
at crate level
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
9107a1771e
commit
ff83ce7667
@ -3,9 +3,7 @@
|
||||
//! The std library of Asterinas.
|
||||
#![no_std]
|
||||
#![deny(unsafe_code)]
|
||||
#![allow(dead_code)]
|
||||
#![allow(incomplete_features)]
|
||||
#![allow(unused_variables)]
|
||||
#![feature(btree_cursors)]
|
||||
#![feature(btree_extract_if)]
|
||||
#![feature(const_option)]
|
||||
|
Reference in New Issue
Block a user