6 |
#![cfg_attr(feature = "cargo-clippy", allow(cast_ptr_alignment))] // required by allocator
|
7 |
#![cfg_attr(feature = "cargo-clippy", allow(non_upper_case_globals))]
|
8 |
#![allow(non_upper_case_globals)]
|
6 |
#![cfg_attr(feature = "cargo-clippy", allow(cast_ptr_alignment))] // required by allocator
|
7 |
#![cfg_attr(feature = "cargo-clippy", allow(non_upper_case_globals))]
|
8 |
#![allow(non_upper_case_globals)]
|