diff options
| author | bors <bors@rust-lang.org> | 2013-12-26 11:36:37 -0800 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2013-12-26 11:36:37 -0800 |
| commit | f74b8f0d3a90fd3b64afa38b9470d9a45cd04ee9 (patch) | |
| tree | c5076a8b6b18f7cf7bb88b7f55546f7d8f9b2a8a /src/libsyntax | |
| parent | 1f34f50ce6a2b5a9c045df21b9147d61cc54b6cd (diff) | |
| parent | ab431a20c0fe3f00f3d124200d10e13877dcf20b (diff) | |
| download | rust-f74b8f0d3a90fd3b64afa38b9470d9a45cd04ee9.tar.gz rust-f74b8f0d3a90fd3b64afa38b9470d9a45cd04ee9.zip | |
auto merge of #11148 : alexcrichton/rust/snapshots, r=luqmana
C++ is gone for good and `crate_id` is the new `pkgid`.
Diffstat (limited to 'src/libsyntax')
| -rw-r--r-- | src/libsyntax/lib.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libsyntax/lib.rs b/src/libsyntax/lib.rs index 25986f67c69..a8c5ba0153d 100644 --- a/src/libsyntax/lib.rs +++ b/src/libsyntax/lib.rs @@ -13,8 +13,6 @@ * macros. */ -// NOTE: remove pkgid after snapshot -#[pkgid = "syntax#0.9-pre"]; #[crate_id = "syntax#0.9-pre"]; #[license = "MIT/ASL2"]; #[crate_type = "dylib"]; |
