Skip to content

Commit c19a7b6

Browse files
committed
Remove the SNAP line to work around #11985.
1 parent d8b6919 commit c19a7b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/libstd/fmt/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -480,8 +480,8 @@ use repr;
480480
use util;
481481
use vec;
482482

483-
// SNAP b6400f9 this is just because the `prelude::*` import above
484-
// includes default::Default, so the reexport doesn't work.
483+
// NOTE this is just because the `prelude::*` import above includes
484+
// default::Default, so the reexport doesn't work.
485485
#[cfg(stage0)]
486486
pub use Default = fmt::Show; // export required for `format!()` etc.
487487

0 commit comments

Comments
 (0)