about summary refs log tree commit diff
path: root/src/librustc_plugin
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2016-12-28 20:13:10 -0800
committerAlex Crichton <alex@alexcrichton.com>2016-12-29 08:47:26 -0800
commit03bc2cf35a4e1d60ea745b6b1a9fcca0bf1ec897 (patch)
tree432c7a5051035f79b29f93fbacc6bbb46130d2cc /src/librustc_plugin
parent6207e80d2cc8a870f1b13249dda31a93b7697ffa (diff)
downloadrust-03bc2cf35a4e1d60ea745b6b1a9fcca0bf1ec897.tar.gz
rust-03bc2cf35a4e1d60ea745b6b1a9fcca0bf1ec897.zip
Fallout from updating bootstrap Cargo
Diffstat (limited to 'src/librustc_plugin')
-rw-r--r--src/librustc_plugin/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/librustc_plugin/Cargo.toml b/src/librustc_plugin/Cargo.toml
index 514d81ecc94..48d4437358c 100644
--- a/src/librustc_plugin/Cargo.toml
+++ b/src/librustc_plugin/Cargo.toml
@@ -2,6 +2,7 @@
 authors = ["The Rust Project Developers"]
 name = "rustc_plugin"
 version = "0.0.0"
+build = false
 
 [lib]
 name = "rustc_plugin"