fix fmt
This commit is contained in:
parent
10c358f111
commit
812f89728a
1 changed files with 1 additions and 2 deletions
|
|
@ -8,8 +8,7 @@
|
|||
use run_make_support::{cc, extra_c_flags, run, rustc, static_lib};
|
||||
|
||||
fn main() {
|
||||
rustc().input("checkrust.rs")
|
||||
.run();
|
||||
rustc().input("checkrust.rs").run();
|
||||
cc().input("test.c")
|
||||
.input(static_lib("checkrust"))
|
||||
.out_exe("test")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue