mirror of https://github.com/aya-rs/aya
maps/xdp: drop the possibly-unsafe {Cpu,Dev}MapValue conversions
Making a `From` impl that hides an unsafe with some safety guarantee is actually unsafe, because while we know how we use this impl, we don't know how other will. And since it's on two public types, anything can be done.reviewable/pr527/r4
parent
1450b9be63
commit
5af04c4582
Loading…
Reference in New Issue