1
Fork 0

core: More option demoding

This commit is contained in:
Brian Anderson 2012-09-27 17:01:28 -07:00
parent 7b0ed94bdc
commit 438bdd687b
24 changed files with 60 additions and 69 deletions

View file

@ -240,7 +240,7 @@ fn each_ancestor(list: &mut AncestorList,
if need_unwind && !nobe_is_dead {
do bail_opt.iter |bail_blk| {
do with_parent_tg(&mut nobe.parent_group) |tg_opt| {
bail_blk(tg_opt)
(*bail_blk)(tg_opt)
}
}
}