We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8785a3 commit cf815ecCopy full SHA for cf815ec
crates/core_arch/src/mod.rs
@@ -1,5 +1,7 @@
1
//! `core_arch`
2
3
+#![allow(unknown_lints, unnecessary_transmutes)]
4
+
5
#[macro_use]
6
mod macros;
7
0 commit comments