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 f4e1b9a commit 07e6101Copy full SHA for 07e6101
crates/std_detect/src/detect/os/linux/auxvec.rs
@@ -1,5 +1,5 @@
1
//! Parses ELF auxiliary vectors.
2
-#![cfg_attr(not(target_arch = "aarch64"), allow(dead_code))]
+#![allow(dead_code)]
3
4
pub(crate) const AT_NULL: usize = 0;
5
0 commit comments