• A
    make Extend use IntoIterator · 4a9d1904
    Alexis 提交于
    This breaks all implementors of Extend, as they must now accept IntoIterator instead of Iterator. The fix for this is generally trivial (change the bound, and maybe call into_iter() on the argument to get the old argument).
    
    Users of Extend should be unaffected because Iterators are IntoIterator.
    
    [breaking-change]
    4a9d1904
bit.rs 91.2 KB