Comments only: annotate FIXMEs

This commit is contained in:
Tim Chevalier 2012-06-07 13:49:01 -07:00
parent b0f01727fe
commit a494cc1598
4 changed files with 3 additions and 3 deletions

View file

@ -236,7 +236,6 @@ fn visit_ids(item: ast::inlined_item, vfn: fn@(ast::node_id)) {
vfn(self_id);
vfn(parent_id.node);
}
// not sure if this should be here? FIXME
visit::fk_dtor(tps, self_id, parent_id) {
vec::iter(tps) {|tp| vfn(tp.id)}
vfn(id);