Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0a51c59

Browse filesBrowse 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
Copy full SHA for 0a51c59

File tree

Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed

‎xtask/src/main.rs

Copy file name to clipboardExpand all lines: xtask/src/main.rs
+2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.