diff options
| author | Huon Wilson <dbau.pp+github@gmail.com> | 2014-02-02 16:22:54 +1100 |
|---|---|---|
| committer | Huon Wilson <dbau.pp+github@gmail.com> | 2014-02-02 16:22:54 +1100 |
| commit | c19a7b68577f28547bdfb357798d05163ccb6824 (patch) | |
| tree | 19f5139a62858900a667315a0a138ffa4159a3c4 | |
| parent | d8b6919d4fcd1b69494278bb4472e095e2cd52f3 (diff) | |
| download | rust-c19a7b68577f28547bdfb357798d05163ccb6824.tar.gz rust-c19a7b68577f28547bdfb357798d05163ccb6824.zip | |
Remove the SNAP line to work around #11985.
| -rw-r--r-- | src/libstd/fmt/mod.rs | 4 |
1 files changed, 2 insertions, 2 deletions
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. |
