From c19a7b68577f28547bdfb357798d05163ccb6824 Mon Sep 17 00:00:00 2001 From: Huon Wilson Date: Sun, 2 Feb 2014 16:22:54 +1100 Subject: Remove the SNAP line to work around #11985. --- src/libstd/fmt/mod.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/libstd/fmt') diff --git a/src/libstd/fmt/mod.rs b/src/libstd/fmt/mod.rs index 14bf0206c28..a17a030f4f7 100644 --- a/src/libstd/fmt/mod.rs +++ b/src/libstd/fmt/mod.rs @@ -480,8 +480,8 @@ use repr; use util; use vec; -// SNAP b6400f9 this is just because the `prelude::*` import above -// includes default::Default, so the reexport doesn't work. +// NOTE this is just because the `prelude::*` import above includes +// default::Default, so the reexport doesn't work. #[cfg(stage0)] pub use Default = fmt::Show; // export required for `format!()` etc. -- cgit 1.4.1-3-g733a5