fitzgen / bumpalo

A fast bump allocation arena for Rust
https://docs.rs/bumpalo
Apache License 2.0
1.35k stars 110 forks source link

Replace `abs_diff` helper with `usize::abs_diff` #199

Closed Kmeakin closed 1 year ago

Kmeakin commented 1 year ago

The MSRV was updated to 1.60 by https://github.com/fitzgen/bumpalo/pull/196, so this helper function isn't needed anymore.