Skip to content

Commit 70c1231

Browse files
committed
remove FIXME rust-lang#2888, now bug is fixed
1 parent df74ddd commit 70c1231

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/libsyntax/fold.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -324,9 +324,8 @@ pub fn noop_fold_item_underscore(i: &item_, fld: @ast_fold) -> item_ {
324324
)
325325
}
326326
item_mac(ref m) => {
327-
// FIXME #2888: we might actually want to do something here.
328-
// ... okay, we're doing something. It would probably be nicer
329-
// to add something to the ast_fold trait, but I'll defer
327+
// It would probably be nicer
328+
// to expose this in the ast_fold trait, but I'll defer
330329
// that work.
331330
item_mac(fold_mac_(m,fld))
332331
}

0 commit comments

Comments
 (0)