diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2016-12-28 20:13:10 -0800 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2016-12-29 08:47:26 -0800 |
| commit | 03bc2cf35a4e1d60ea745b6b1a9fcca0bf1ec897 (patch) | |
| tree | 432c7a5051035f79b29f93fbacc6bbb46130d2cc /src/librustc_plugin | |
| parent | 6207e80d2cc8a870f1b13249dda31a93b7697ffa (diff) | |
| download | rust-03bc2cf35a4e1d60ea745b6b1a9fcca0bf1ec897.tar.gz rust-03bc2cf35a4e1d60ea745b6b1a9fcca0bf1ec897.zip | |
Fallout from updating bootstrap Cargo
Diffstat (limited to 'src/librustc_plugin')
| -rw-r--r-- | src/librustc_plugin/Cargo.toml | 1 |
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" |
