hyperium / http

Rust HTTP types
Apache License 2.0
1.12k stars 283 forks source link

fix MIRI error in header::Iter #642

Closed seanmonstar closed 8 months ago

hjr3 commented 8 months ago

Should we still add miri to the CI so we do not regress this?

seanmonstar commented 8 months ago

D'oh, I thought I include that in this PR. Yes, we should add that. (I was testing locally.)

hjr3 commented 8 months ago

I will put a PR up.

edit: https://github.com/hyperium/http/pull/644