make unaligned_references lint deny-by-default
This commit is contained in:
parent
de392c7d31
commit
e30d6d9096
13 changed files with 39 additions and 41 deletions
|
@ -27,7 +27,6 @@
|
|||
#![feature(thread_id_value)]
|
||||
#![feature(vec_into_raw_parts)]
|
||||
#![allow(rustc::default_hash_types)]
|
||||
#![deny(unaligned_references)]
|
||||
#![allow(rustc::potential_query_instability)]
|
||||
|
||||
#[macro_use]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue