Skip to content

Commit 0a51c59

Browse files
authored
Merge pull request #1694 from rust-osdev/bishop-xtask-collapse-if
xtask: Allow clippy::collapsible_if lint
2 parents 67e0ffc + 01b52b9 commit 0a51c59

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

xtask/src/main.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// SPDX-License-Identifier: MIT OR Apache-2.0
22

3+
#![allow(clippy::collapsible_if)]
4+
35
mod arch;
46
mod cargo;
57
mod check_raw;

0 commit comments

Comments
 (0)