Gankra / collect-rs

Miscellaneous Collections
Apache License 2.0
64 stars 21 forks source link

Update to latest Rust #157

Closed rsaarelm closed 9 years ago

rsaarelm commented 9 years ago

Please review, I'm not 100 % sure what I'm doing here. Especially with changing the reference type of the parameter in tree/map ops::Index and the tree/set FnOnce thing. Just cleared up the compiler complaints and checked that the unit tests still pass.

apasel422 commented 9 years ago

Looks good to me after these changes.

rsaarelm commented 9 years ago

Added the extra commit to remove tree stuff.

apasel422 commented 9 years ago

Thanks! One last thing. Can you remove the following line from .travis.yml:

cargo test --no-default-features --features "tree_map"
Gankra commented 9 years ago

Note I just migrated immut_slist if you want to rm that stuff too (if not, also fine! just don't want to step on your toes with a seperate PR)