Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit10c358f

Browse files
authored
Make tidy happy
1 parente37d298 commit10c358f

File tree

1 file changed

+2
-4
lines changed
  • tests/run-make/c-link-to-rust-va-list-fn

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
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
fnmain(){
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)

[8]ページ先頭

©2009-2025 Movatter.jp