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.
clippy::eq_op
1 parent 0844431 commit 8f0b11aCopy full SHA for 8f0b11a
crates/std_detect/src/detect/os/linux/riscv.rs
@@ -23,6 +23,7 @@ pub(crate) fn detect_features() -> cache::Initializer {
23
//
24
// [hwcap]: https://github.com/torvalds/linux/blob/master/arch/riscv/include/asm/hwcap.h
25
let auxv = auxvec::auxv().expect("read auxvec"); // should not fail on RISC-V platform
26
+ #[allow(clippy::eq_op)]
27
enable_feature(
28
&mut value,
29
Feature::a,
0 commit comments