aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcc-test/Cargo.toml
diff options
context:
space:
mode:
authorDaniel Mueller <deso@posteo.net>2018-01-15 09:45:36 -0800
committerDaniel Mueller <deso@posteo.net>2018-01-15 09:45:36 -0800
commit8fd0d6485b500ccead7990858b76c034c4c76faf (patch)
tree15f65b01ca8e08408f2670dd406c67d22af4031e /gcc/gcc-test/Cargo.toml
parentf3149d7f2802711791c490b71313aafc55f4809c (diff)
downloadnitrocli-8fd0d6485b500ccead7990858b76c034c4c76faf.tar.gz
nitrocli-8fd0d6485b500ccead7990858b76c034c4c76faf.tar.bz2
Delete subrepo gcc/:gcc
Diffstat (limited to 'gcc/gcc-test/Cargo.toml')
-rw-r--r--gcc/gcc-test/Cargo.toml16
1 files changed, 0 insertions, 16 deletions
diff --git a/gcc/gcc-test/Cargo.toml b/gcc/gcc-test/Cargo.toml
deleted file mode 100644
index ba40ec0..0000000
--- a/gcc/gcc-test/Cargo.toml
+++ /dev/null
@@ -1,16 +0,0 @@
-[package]
-name = "gcc-test"
-version = "0.1.0"
-authors = ["Alex Crichton <alex@alexcrichton.com>"]
-build = "build.rs"
-
-[lib]
-name = "gcc_test"
-doctest = false
-test = false
-
-[build-dependencies]
-gcc = { path = ".." }
-
-[features]
-parallel = ["gcc/parallel"]