allow unnecessary transmutes
This commit is contained in:
parent
5b9cdf26df
commit
3ea2e5600f
1 changed files with 1 additions and 0 deletions
|
|
@ -43,6 +43,7 @@
|
|||
)]
|
||||
#![cfg_attr(test, feature(test, abi_vectorcall, stdarch_internal))]
|
||||
#![deny(clippy::missing_inline_in_public_items)]
|
||||
#![allow(unknown_lints, unnecessary_transmutes)]
|
||||
#![allow(
|
||||
clippy::identity_op,
|
||||
clippy::inline_always,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue