about summary refs log tree commit diff
path: root/src/libnative
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2013-12-26 11:36:37 -0800
committerbors <bors@rust-lang.org>2013-12-26 11:36:37 -0800
commitf74b8f0d3a90fd3b64afa38b9470d9a45cd04ee9 (patch)
treec5076a8b6b18f7cf7bb88b7f55546f7d8f9b2a8a /src/libnative
parent1f34f50ce6a2b5a9c045df21b9147d61cc54b6cd (diff)
parentab431a20c0fe3f00f3d124200d10e13877dcf20b (diff)
downloadrust-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/libnative')
-rw-r--r--src/libnative/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libnative/lib.rs b/src/libnative/lib.rs
index e0666592651..d92127cfbb2 100644
--- a/src/libnative/lib.rs
+++ b/src/libnative/lib.rs
@@ -14,7 +14,6 @@
 //! runtime. In addition, all I/O provided by this crate is the thread blocking
 //! version of I/O.
 
-#[pkgid = "native#0.9-pre"];
 #[crate_id = "native#0.9-pre"];
 #[license = "MIT/ASL2"];
 #[crate_type = "rlib"];