ParkMyCar / compact_str

A memory efficient string type that can store up to 24* bytes on the stack
MIT License
638 stars 46 forks source link

refactor: Remove unneeded code #272

Closed ParkMyCar closed 1 year ago

ParkMyCar commented 1 year ago

In the as_slice() method, we didn't need to take a ref to pointer or length.