Closed pvginkel closed 9 years ago
There are a lot of match constructs that match on reference and have the &... => construct in the arms. This can be rewritten to matching on the derefed value instead.
match
&... =>
There are a lot of
match
constructs that match on reference and have the&... =>
construct in the arms. This can be rewritten to matching on the derefed value instead.