Skip to content

Commit c05954a

Browse files
committed
added issue for reference in FIXME
1 parent 7736ed6 commit c05954a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/json.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ pub impl Encoder: serialize::Encoder {
141141
// can't be followed by just a comma, because there might not
142142
// be any elements in the tuple.
143143

144-
// this would be more precise and less frightening
144+
// FIXME #4872: this would be more precise and less frightening
145145
// with fully-qualified option names. To get that information,
146146
// we'd have to change the expansion of auto-encode to pass
147147
// those along.

0 commit comments

Comments
 (0)