diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2017-06-08 14:20:55 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2017-06-20 12:43:12 -0700 |
| commit | 5c3d0e6de3ed0d3506cb70737b348ea2113c70d8 (patch) | |
| tree | d965617bf101d94892ba4bb4753c04c00951ed31 /src/bootstrap | |
| parent | a4024c58e1e5c92cfe3ed39ed9f5b96f3f38122e (diff) | |
| download | rust-5c3d0e6de3ed0d3506cb70737b348ea2113c70d8.tar.gz rust-5c3d0e6de3ed0d3506cb70737b348ea2113c70d8.zip | |
Switch to the crates.io `getopts` crate
This commit deletes the in-tree `getopts` crate in favor of the crates.io-based `getopts` crate. The main difference here is with a new builder-style API, but otherwise everything else remains relatively standard.
Diffstat (limited to 'src/bootstrap')
| -rw-r--r-- | src/bootstrap/dist.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bootstrap/dist.rs b/src/bootstrap/dist.rs index f92e6f50eb3..753bd1df0d8 100644 --- a/src/bootstrap/dist.rs +++ b/src/bootstrap/dist.rs @@ -567,7 +567,6 @@ pub fn rust_src(build: &Build) { "src/rustc/libc_shim", "src/libtest", "src/libterm", - "src/libgetopts", "src/compiler-rt", "src/jemalloc", "src/libprofiler_builtins", |
