diff options
| author | Oliver Schneider <git-spam-no-reply9815368754983@oli-obk.de> | 2017-07-31 14:20:22 +0200 |
|---|---|---|
| committer | Oliver Schneider <git-spam-no-reply9815368754983@oli-obk.de> | 2017-08-01 09:56:21 +0200 |
| commit | 3d82b66c6cb56935385c6124a8837ab437d9704a (patch) | |
| tree | 612e32e754ba8dd9070aa951cc4fcdf5718afc0e | |
| parent | 54ecdf16b3a68cd8f5d1ee73d499bf76cb8fad65 (diff) | |
| download | rust-3d82b66c6cb56935385c6124a8837ab437d9704a.tar.gz rust-3d82b66c6cb56935385c6124a8837ab437d9704a.zip | |
Remove redundant `members` field
| -rw-r--r-- | Cargo.toml | 1 |
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"] |
