From 5c3d0e6de3ed0d3506cb70737b348ea2113c70d8 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Thu, 8 Jun 2017 14:20:55 -0700 Subject: 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. --- src/bootstrap/dist.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/bootstrap') 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", -- cgit 1.4.1-3-g733a5