mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
allow unnecessary transmutes
This commit is contained in:
@@ -43,7 +43,6 @@
|
||||
)]
|
||||
#![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,
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
//! `core_arch`
|
||||
|
||||
#![allow(unknown_lints, unnecessary_transmutes)]
|
||||
|
||||
#[macro_use]
|
||||
mod macros;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user