mirror of
https://github.com/Lokathor/bytemuck.git
synced 2024-11-21 14:22:26 +00:00
make clippy be quiet about useless nonsense.
This commit is contained in:
parent
b39b6813a7
commit
9319f4858b
@ -1,3 +1,5 @@
|
||||
#![allow(clippy::legacy_numeric_constants)]
|
||||
|
||||
use super::*;
|
||||
|
||||
/// A trait indicating that:
|
||||
|
Loading…
Reference in New Issue
Block a user