graphql-engine/v3/crates
Samir Talwar 1378730d43 Remove redundant clones. (#752)
I noticed a few extra calls to `.clone()` while working on an unrelated
refactor. I want to remove them for brevity and simplicity; I don't
expect a performance improvement.

This turns on the Clippy warning `redundant_clone`, which detects
unnecessary calls to `.clone()` (and `.to_string()`).

It is an unstable warning and so might reports some false positives. If
we find any, we can suppress the warning there.

V3_GIT_ORIGIN_REV_ID: a713f29cf862d6f4cb40300105c6b9f96df00676
2024-06-24 14:09:02 +00:00
..
auth Upgrade all Rust dependencies. (#736) 2024-06-20 13:39:49 +00:00
custom-connector Remove redundant clones. (#752) 2024-06-24 14:09:02 +00:00
engine Remove redundant clones. (#752) 2024-06-24 14:09:02 +00:00
execute Remove redundant clones. (#752) 2024-06-24 14:09:02 +00:00
lang-graphql Remove redundant clones. (#752) 2024-06-24 14:09:02 +00:00
metadata-resolve Remove redundant clones. (#752) 2024-06-24 14:09:02 +00:00
metadata-schema-generator Move all dependency versions into the workspace file. (#734) 2024-06-20 12:25:55 +00:00
open-dds Ban println! in code with clippy (#711) 2024-06-24 11:46:53 +00:00
query-usage-analytics Ban println! in code with clippy (#711) 2024-06-24 11:46:53 +00:00
schema Remove redundant clones. (#752) 2024-06-24 14:09:02 +00:00
utils Move all dependency versions into the workspace file. (#734) 2024-06-20 12:25:55 +00:00