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/r2
parent
545199a3da
commit
df51dd7ae4
Loading…
Reference in New Issue