mirror of
https://github.com/Lokathor/bytemuck.git
synced 2024-11-22 06:42:25 +00:00
clippy you are often a pain in my butt
This commit is contained in:
parent
f1571512d2
commit
12f5bfd62e
@ -1,5 +1,6 @@
|
||||
#![no_std]
|
||||
#![warn(missing_docs)]
|
||||
#![allow(clippy::match_like_matches_macro)]
|
||||
#![cfg_attr(feature = "nightly_portable_simd", feature(portable_simd))]
|
||||
|
||||
//! This crate gives small utilities for casting between plain data types.
|
||||
|
Loading…
Reference in New Issue
Block a user