Skip to content

Commit 363c37f

Browse files
lint
1 parent c9ccc58 commit 363c37f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/targets/wasm.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2541,7 +2541,7 @@ impl TryFrom<IrProject> for WasmProject {
25412541
if !warp {
25422542
hq_todo!("non-warp procedure")
25432543
} else {
2544-
if arg_types.len() > 0 {
2544+
if !arg_types.is_empty() {
25452545
hq_todo!("proc args")
25462546
}
25472547
types::I32_I32

0 commit comments

Comments
 (0)