Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 10c358f

Browse files
authoredMay 11, 2024
Make tidy happy
1 parent e37d298 commit 10c358f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed
 

‎tests/run-make/c-link-to-rust-va-list-fn/rmake.rs

+2-4
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,9 @@
88
use run_make_support::{cc, extra_c_flags, run, rustc, static_lib};
99

1010
fn main() {
11-
rustc()
12-
.input("checkrust.rs")
11+
rustc().input("checkrust.rs")
1312
.run();
14-
cc()
15-
.input("test.c")
13+
cc().input("test.c")
1614
.input(static_lib("checkrust"))
1715
.out_exe("test")
1816
.args(&extra_c_flags())

0 commit comments

Comments
 (0)
Failed to load comments.