• nuki 0.6.3/src/lib.rs
    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)]
  • nuklear-rust 0.6.3/src/lib.rs
    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)]