about summary refs log tree commit diff
path: root/src/libcore/marker.rs
diff options
context:
space:
mode:
authorNick Cameron <ncameron@mozilla.com>2015-05-13 15:05:02 +1200
committerNick Cameron <ncameron@mozilla.com>2015-05-13 16:37:17 +1200
commitb799cd83cc797b580be2d1492e6ae014848636ee (patch)
tree5fa701213be462c1f0fede3c20624a4808db9d75 /src/libcore/marker.rs
parent31bb4ab759e4fa7c57f5d72ceb6b0189edf8a749 (diff)
downloadrust-b799cd83cc797b580be2d1492e6ae014848636ee.tar.gz
rust-b799cd83cc797b580be2d1492e6ae014848636ee.zip
Remove SNAP comments
Diffstat (limited to 'src/libcore/marker.rs')
-rw-r--r--src/libcore/marker.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/marker.rs b/src/libcore/marker.rs
index 968f68a78a7..5909c5cc30e 100644
--- a/src/libcore/marker.rs
+++ b/src/libcore/marker.rs
@@ -55,7 +55,7 @@ pub trait Sized {
 
 /// Types that can be "unsized" to a dynamically sized type.
 #[unstable(feature = "core")]
-#[cfg(not(stage0))] // SNAP c64d671
+#[cfg(not(stage0))]
 #[lang="unsize"]
 pub trait Unsize<T> {
     // Empty.