• S
    Remove IteratorExt · d502f422
    Steven Fackler 提交于
    All methods are inlined into Iterator with `Self: Sized` bounds to make
    sure Iterator is still object safe.
    
    [breaking-change]
    d502f422
mod.rs 30.1 KB