about summary refs log tree commit diff
diff options
context:
space:
mode:
authorOliver Schneider <git-spam-no-reply9815368754983@oli-obk.de>2017-07-31 14:20:22 +0200
committerOliver Schneider <git-spam-no-reply9815368754983@oli-obk.de>2017-08-01 09:56:21 +0200
commit3d82b66c6cb56935385c6124a8837ab437d9704a (patch)
tree612e32e754ba8dd9070aa951cc4fcdf5718afc0e
parent54ecdf16b3a68cd8f5d1ee73d499bf76cb8fad65 (diff)
downloadrust-3d82b66c6cb56935385c6124a8837ab437d9704a.tar.gz
rust-3d82b66c6cb56935385c6124a8837ab437d9704a.zip
Remove redundant `members` field
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9aa6ca54b4a..e1493739174 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -34,5 +34,4 @@ rustc_miri = { path = "src/librustc_mir" }
 compiletest_rs = "0.2.6"
 
 [workspace]
-members = ["src/librustc_mir"]
 exclude = ["xargo", "cargo-miri-test"]