Open
Description
This crate triggers the pointer_structural_match lint:
Line 473 in 1ae5fa0
Matching against function pointers is not reliable and will become a hard error once rust-lang/rust#124661 lands, as was decided in rust-lang/rfcs#3535. I recommend comparing with ==
instead (though that will be just as unreliable).
Metadata
Metadata
Assignees
Labels
No labels