diff options
| author | Eric Huss <eric@huss.org> | 2020-02-24 10:09:44 -0800 |
|---|---|---|
| committer | Eric Huss <eric@huss.org> | 2020-03-12 19:19:18 -0700 |
| commit | 349fcb9ef60f28eca485b9da5ba588fe558bae74 (patch) | |
| tree | 51b84ee9baefe4d5412be1548116bb577f05e440 /src/bootstrap | |
| parent | 54b7d21f59a363e53eb1c31d76b40af2ff99321c (diff) | |
| download | rust-349fcb9ef60f28eca485b9da5ba588fe558bae74.tar.gz rust-349fcb9ef60f28eca485b9da5ba588fe558bae74.zip | |
tidy: Use cargo_metadata for license checks.
Diffstat (limited to 'src/bootstrap')
| -rw-r--r-- | src/bootstrap/test.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/bootstrap/test.rs b/src/bootstrap/test.rs index 1b9e9a88948..e2bcb8d673a 100644 --- a/src/bootstrap/test.rs +++ b/src/bootstrap/test.rs @@ -726,9 +726,6 @@ impl Step for Tidy { let mut cmd = builder.tool_cmd(Tool::Tidy); cmd.arg(builder.src.join("src")); cmd.arg(&builder.initial_cargo); - if !builder.config.vendor { - cmd.arg("--no-vendor"); - } if builder.is_verbose() { cmd.arg("--verbose"); } |
