Skip to content

Commit e5f4e8b

Browse files
committed
---
yaml --- r: 3115 b: refs/heads/master c: 1ad6929 h: refs/heads/master i: 3113: 9596192 3111: d5b8f0b v: v3
1 parent 0bf27da commit e5f4e8b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: fa5a7e7453ee6aae73c639e16db7d208b5949b4d
2+
refs/heads/master: 1ad69291bc2ac0f23fefde9eaf7f4df3780fa0c2

trunk/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)