ParkMyCar / compact_str

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

fix: remove -Zmiri-check-number-validity from ci #373

Closed aobatact closed 1 month ago

aobatact commented 2 months ago

PR #371 is failing in the CI due to the utilization of the removed MIRI flag -Zmiri-check-number-validity. This PR remove the flag from CI.

See for https://github.com/rust-lang/miri/pull/2151 the removal.

ParkMyCar commented 1 month ago

Thanks @aobatact!