Skip to content

Commit e8ac073

Browse files
committed
Rustfmt cg_clif's build system
1 parent 2d9d579 commit e8ac073

File tree

1 file changed

+2
-6
lines changed
  • compiler/rustc_codegen_cranelift/build_system

1 file changed

+2
-6
lines changed

Diff for: compiler/rustc_codegen_cranelift/build_system/prepare.rs

+2-6
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,8 @@ use std::process::Command;
77
use super::rustc_info::{get_file_name, get_rustc_path, get_rustc_version};
88
use super::utils::{cargo_command, copy_dir_recursively, spawn_and_wait};
99

10-
pub(crate) const ABI_CAFE: GitRepo = GitRepo::github(
11-
"Gankra",
12-
"abi-cafe",
13-
"4c6dc8c9c687e2b3a760ff2176ce236872b37212",
14-
"abi-cafe",
15-
);
10+
pub(crate) const ABI_CAFE: GitRepo =
11+
GitRepo::github("Gankra", "abi-cafe", "4c6dc8c9c687e2b3a760ff2176ce236872b37212", "abi-cafe");
1612

1713
pub(crate) const RAND: GitRepo =
1814
GitRepo::github("rust-random", "rand", "0f933f9c7176e53b2a3c7952ded484e1783f0bf1", "rand");

0 commit comments

Comments
 (0)