vcombey / fallible_collections

impl fallible collections in rust, quite as describe in RFC 2116
Apache License 2.0
33 stars 14 forks source link

Update for Rust 1.57 #24

Closed kornelski closed 2 years ago

kornelski commented 2 years ago

Rust 1.57 has stabilized the try_reserve feature.

This change:

I think this change is backwards compatible, and keeps the same MSRV.