about summary refs log tree commit diff
path: root/src/libstd/kinds.rs
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2013-12-18 09:29:50 -0800
committerAlex Crichton <alex@alexcrichton.com>2013-12-18 09:32:03 -0800
commitd4825b92bc6405b83e989522ee420f7c0110be81 (patch)
tree88c2f3faac57ab5a76f01446b578bcac4f035bca /src/libstd/kinds.rs
parentc33573440b61acf154a1cee55413d02f9835c9aa (diff)
downloadrust-d4825b92bc6405b83e989522ee420f7c0110be81.tar.gz
rust-d4825b92bc6405b83e989522ee420f7c0110be81.zip
Register new snapshots
Time for a visit from the snapshot fairy!
Diffstat (limited to 'src/libstd/kinds.rs')
-rw-r--r--src/libstd/kinds.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libstd/kinds.rs b/src/libstd/kinds.rs
index 8d9fec1a4b7..b116f92f3d0 100644
--- a/src/libstd/kinds.rs
+++ b/src/libstd/kinds.rs
@@ -41,7 +41,6 @@ pub trait Sized {
 /// Types that can be copied by simply copying bits (i.e. `memcpy`).
 ///
 /// The name "POD" stands for "Plain Old Data" and is borrowed from C++.
-#[cfg(not(stage0))]
 #[lang="pod"]
 pub trait Pod {
     // Empty.