diff options
| author | Joshua Nelson <jnelson@cloudflare.com> | 2022-05-29 10:37:05 -0500 |
|---|---|---|
| committer | Joshua Nelson <jnelson@cloudflare.com> | 2022-06-21 23:42:56 -0500 |
| commit | 85c87f6c67f966e7b4fd292217c6db41fce88e0d (patch) | |
| tree | 87eebf1e27072aec266863d086414da9a17107c4 /src/bootstrap | |
| parent | 9cde0f7877bda27e13da269ff7e6171831c84ec1 (diff) | |
| download | rust-85c87f6c67f966e7b4fd292217c6db41fce88e0d.tar.gz rust-85c87f6c67f966e7b4fd292217c6db41fce88e0d.zip | |
Add bootstrap to tidy check
Diffstat (limited to 'src/bootstrap')
| -rw-r--r-- | src/bootstrap/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/lib.rs b/src/bootstrap/lib.rs index 37ed9a0b853..859d35b7d7b 100644 --- a/src/bootstrap/lib.rs +++ b/src/bootstrap/lib.rs @@ -549,7 +549,7 @@ impl Build { ]; for s in rust_submodules { build.update_submodule(Path::new(s)); - } + } build.verbose("learning about cargo"); metadata::build(&mut build); |
