Skip to content

Commit 12f5bfd

Browse files
committed
clippy you are often a pain in my butt
1 parent f157151 commit 12f5bfd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#![no_std]
22
#![warn(missing_docs)]
3+
#![allow(clippy::match_like_matches_macro)]
34
#![cfg_attr(feature = "nightly_portable_simd", feature(portable_simd))]
45

56
//! This crate gives small utilities for casting between plain data types.

0 commit comments

Comments
 (0)