Skip to content

Commit 34c2d31

Browse files
committed
Test_auto_commit 01
Signed-off-by: Yash Suthar <yashsuthar983@gmail.com>
1 parent 2d46172 commit 34c2d31

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

build.rs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ fn main() {
88
println!("cargo:warning=logo.ico not found, skipping icon embedding");
99
return;
1010
}
11-
res.compile()
12-
.map_err(|e| {
13-
println!("cargo:warning=Failed to compile Windows resources: {e}");
14-
})
15-
.ok();
11+
res.compile().map_err(|e| println!("cargo:warning=Failed to compile Windows resources: {e}")).ok();
1612
}
1713
}

0 commit comments

Comments
 (0)