BurntSushi / memchr

Optimized string search routines for Rust.
The Unlicense
873 stars 99 forks source link

use `alloc` instead of `std` for `FinderRev::into_owned` #132

Closed BurntSushi closed 1 year ago

BurntSushi commented 1 year ago

This was an oversight in the 2.6 release. The forward case was marked as alloc (which was a new feature as of 2.6) but the reverse case was not.

BurntSushi commented 1 year ago

This is on crates.io in memchr 2.6.1.