From 5444da54fd32b705eec28112e309f63b704e3f8c Mon Sep 17 00:00:00 2001 From: Huon Wilson Date: Sun, 23 Feb 2014 18:30:05 +1100 Subject: Register snapshots. --- src/libstd/fmt/mod.rs | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/libstd') diff --git a/src/libstd/fmt/mod.rs b/src/libstd/fmt/mod.rs index 38fae798d5d..1b8ea4ea157 100644 --- a/src/libstd/fmt/mod.rs +++ b/src/libstd/fmt/mod.rs @@ -610,11 +610,6 @@ pub trait UpperExp { fn fmt(&self, &mut Formatter) -> Result; } // FIXME #11938 - UFCS would make us able call the above methods // directly Show::show(x, fmt). - -// FIXME(huonw's WIP): this is a intermediate state waiting for a -// snapshot (at the time of writing we're at 2014-01-20 b6400f9), to -// be able to make the `fmt` functions into normal methods and have -// `format!()` still work. macro_rules! uniform_fn_call_workaround { ($( $name: ident, $trait_: ident; )*) => { $( -- cgit 1.4.1-3-g733a5