Comments only: annotate FIXMEs
This commit is contained in:
parent
b0f01727fe
commit
a494cc1598
4 changed files with 3 additions and 3 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue