From c05954a76bd601acda06807e80664c94831bae31 Mon Sep 17 00:00:00 2001 From: John Clements Date: Sun, 10 Feb 2013 11:25:46 -0800 Subject: [PATCH] added issue for reference in FIXME --- src/libstd/json.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libstd/json.rs b/src/libstd/json.rs index b6c4e3f11da6..d5ad2f7fce73 100644 --- a/src/libstd/json.rs +++ b/src/libstd/json.rs @@ -141,7 +141,7 @@ pub impl Encoder: serialize::Encoder { // can't be followed by just a comma, because there might not // be any elements in the tuple. - // this would be more precise and less frightening + // FIXME #4872: this would be more precise and less frightening // with fully-qualified option names. To get that information, // we'd have to change the expansion of auto-encode to pass // those along.