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 ebe8804 commit be20f62Copy full SHA for be20f62
library/stdarch/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