Skip to content

Commit 1ad6929

Browse files
committed
Added issue # to FIXME.
1 parent fa5a7e7 commit 1ad6929

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/comp/pretty/pprust.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -802,7 +802,7 @@ fn print_expr(&ps s, &@ast::expr expr) {
802802
}
803803
case (ast::expr_anon_obj(_, _, _, _)) {
804804
word(s.s, "anon obj");
805-
// TODO: nicer pretty-printing of anon objs
805+
// FIXME (issue #499): nicer pretty-printing of anon objs
806806

807807
}
808808
}

0 commit comments

Comments
 (0)