deny(unsafe_op_in_unsafe_fn)
in rustc_data_structures
This commit is contained in:
parent
d7f9e81650
commit
f79df7d2a4
4 changed files with 106 additions and 98 deletions
|
@ -35,6 +35,7 @@
|
|||
#![allow(rustc::potential_query_instability)]
|
||||
#![deny(rustc::untranslatable_diagnostic)]
|
||||
#![deny(rustc::diagnostic_outside_of_impl)]
|
||||
#![deny(unsafe_op_in_unsafe_fn)]
|
||||
|
||||
#[macro_use]
|
||||
extern crate tracing;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue