We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1ba1a5 commit 0350280Copy full SHA for 0350280
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