diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2022-10-23 16:43:48 +0200 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2022-10-23 16:43:48 +0200 |
| commit | 63d1bf992067ad33ac8a7818b6c8aaf11ec46b5c (patch) | |
| tree | d30ad8e7cfeab371491515e6803c14a16d5bb0ad | |
| parent | 9950bd1dc5bd249af274a14c7da30a2992c33295 (diff) | |
| download | rust-63d1bf992067ad33ac8a7818b6c8aaf11ec46b5c.tar.gz rust-63d1bf992067ad33ac8a7818b6c8aaf11ec46b5c.zip | |
Rustfmt cg_clif's build system
| -rw-r--r-- | build_system/prepare.rs | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/build_system/prepare.rs b/build_system/prepare.rs index f9ab8ae7041..3111f62f6c2 100644 --- a/build_system/prepare.rs +++ b/build_system/prepare.rs @@ -7,12 +7,8 @@ use std::process::Command; use super::rustc_info::{get_file_name, get_rustc_path, get_rustc_version}; use super::utils::{cargo_command, copy_dir_recursively, spawn_and_wait}; -pub(crate) const ABI_CAFE: GitRepo = GitRepo::github( - "Gankra", - "abi-cafe", - "4c6dc8c9c687e2b3a760ff2176ce236872b37212", - "abi-cafe", -); +pub(crate) const ABI_CAFE: GitRepo = + GitRepo::github("Gankra", "abi-cafe", "4c6dc8c9c687e2b3a760ff2176ce236872b37212", "abi-cafe"); pub(crate) const RAND: GitRepo = GitRepo::github("rust-random", "rand", "0f933f9c7176e53b2a3c7952ded484e1783f0bf1", "rand"); |
