Open
Description
In this line of this file of this commit, clippy says "you don't need to add &
to all patterns", but because the &
is actually changing the type of the binding, if you take off that &
then the type going into png_u16
become wrong and the code doesn't compile.