Skip to content

Commit

Permalink
Fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ascjones committed Aug 12, 2022
1 parent 2edc843 commit 8092386
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -168,15 +168,14 @@ fn build_and_zip_dylint_driver(
const NIGHTLY_TOOLCHAIN: &str = "nightly-2022-06-30";

let mut install_toolchain = Command::new("rustup");
install_toolchain
.args(vec![
"toolchain",
"install",
NIGHTLY_TOOLCHAIN,
"--component",
"llvm-tools-preview",
"rustc-dev",
]);
install_toolchain.args(vec![
"toolchain",
"install",
NIGHTLY_TOOLCHAIN,
"--component",
"llvm-tools-preview",
"rustc-dev",
]);

let child = install_toolchain
// Capture the stdout to return from this function as bytes
Expand Down

0 comments on commit 8092386

Please sign in to comment.