Skip to content

Commit cf815ec

Browse files
committed
allow unnecessary transmutes
1 parent d8785a3 commit cf815ec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

crates/core_arch/src/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
//! `core_arch`
22
3+
#![allow(unknown_lints, unnecessary_transmutes)]
4+
35
#[macro_use]
46
mod macros;
57

0 commit comments

Comments
 (0)