diff options
| author | Nick Cameron <ncameron@mozilla.com> | 2015-05-13 15:05:02 +1200 |
|---|---|---|
| committer | Nick Cameron <ncameron@mozilla.com> | 2015-05-13 16:37:17 +1200 |
| commit | b799cd83cc797b580be2d1492e6ae014848636ee (patch) | |
| tree | 5fa701213be462c1f0fede3c20624a4808db9d75 /src/libcore/marker.rs | |
| parent | 31bb4ab759e4fa7c57f5d72ceb6b0189edf8a749 (diff) | |
| download | rust-b799cd83cc797b580be2d1492e6ae014848636ee.tar.gz rust-b799cd83cc797b580be2d1492e6ae014848636ee.zip | |
Remove SNAP comments
Diffstat (limited to 'src/libcore/marker.rs')
| -rw-r--r-- | src/libcore/marker.rs | 2 |
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. |
