mirror of
https://github.com/Lokathor/bytemuck.git
synced 2024-11-21 14:22:26 +00:00
tell clippy to quiet down
This commit is contained in:
parent
8391afa876
commit
16610417be
@ -1,3 +1,6 @@
|
||||
#![allow(clippy::unnecessary_cast)]
|
||||
#![allow(clippy::manual_slice_size_calculation)]
|
||||
|
||||
use core::mem::size_of;
|
||||
|
||||
use bytemuck::*;
|
||||
|
@ -1,3 +1,6 @@
|
||||
#![allow(clippy::unnecessary_cast)]
|
||||
#![allow(clippy::manual_slice_size_calculation)]
|
||||
|
||||
use core::{
|
||||
mem::size_of,
|
||||
num::{NonZeroU32, NonZeroU8},
|
||||
|
Loading…
Reference in New Issue
Block a user