fix: prefer (*p).clone
to p.clone
if the p
is a raw pointer#127114
Merged
bors merged 1 commit intorust-lang:masterfrom Jun 30, 2024
(*p).clone
to p.clone
if the p
is a raw pointer#127114