fix: Drop noop `clone` calls
rustc warns about noop calls to `clone` now. These cases here look like just passing through the original reference is the right thing.
parent
ebd894c4
Please register or sign in to comment
rustc warns about noop calls to `clone` now. These cases here look like just passing through the original reference is the right thing.