There was an error while loading. Please reload this page.
1 parent f157151 commit 12f5bfdCopy full SHA for 12f5bfd
1 file changed
src/lib.rs
@@ -1,5 +1,6 @@
1
#![no_std]
2
#![warn(missing_docs)]
3
+#![allow(clippy::match_like_matches_macro)]
4
#![cfg_attr(feature = "nightly_portable_simd", feature(portable_simd))]
5
6
//! This crate gives small utilities for casting between plain data types.
0 commit comments