• J
    Make `fold_item_recur` non-nullable · ab1e6342
    Joshua Nelson 提交于
    This gets rid of a bunch of `unwrap()`s and makes it a little more clear
    what's going on.
    
    Originally I wanted to make `fold_item` non-nullable too, which would
    have been a lot nicer to work with, but unfortunately `stripper` does
    actually return `None` in some places. I might make a follow-up moving
    stripper to be special and not a pass so that passes can be
    non-nullable.
    ab1e6342
collect_trait_impls.rs 5.5 KB