about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorHuon Wilson <dbau.pp+github@gmail.com>2014-02-23 18:30:05 +1100
committerHuon Wilson <dbau.pp+github@gmail.com>2014-02-23 22:50:17 +1100
commit5444da54fd32b705eec28112e309f63b704e3f8c (patch)
tree6a16dbef743a9d59e3350846294900aa54acf402 /src/libstd
parent551da0615764853153db944063ae2e271414a71b (diff)
downloadrust-5444da54fd32b705eec28112e309f63b704e3f8c.tar.gz
rust-5444da54fd32b705eec28112e309f63b704e3f8c.zip
Register snapshots.
Diffstat (limited to 'src/libstd')
-rw-r--r--src/libstd/fmt/mod.rs5
1 files changed, 0 insertions, 5 deletions
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; )*) => {
         $(