We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df74ddd commit 70c1231Copy full SHA for 70c1231
src/libsyntax/fold.rs
@@ -324,9 +324,8 @@ pub fn noop_fold_item_underscore(i: &item_, fld: @ast_fold) -> item_ {
324
)
325
}
326
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
+ // It would probably be nicer
+ // to expose this in the ast_fold trait, but I'll defer
330
// that work.
331
item_mac(fold_mac_(m,fld))
332
0 commit comments