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.
2 parents 67e0ffc + 01b52b9 commit 0a51c59Copy full SHA for 0a51c59
xtask/src/main.rs
@@ -1,5 +1,7 @@
1
// SPDX-License-Identifier: MIT OR Apache-2.0
2
3
+#![allow(clippy::collapsible_if)]
4
+
5
mod arch;
6
mod cargo;
7
mod check_raw;
0 commit comments