graphql-engine/v3/crates/custom-connector
Samir Talwar 79074bef84 Idiomatic iteration patterns. (#632)
Fix some warnings flagged by Clippy.

1. Elide `.into_iter()` where it's unnecessary.
2. Favor `&` over `.iter()`.
3. Use `.values()` on maps instead of discarding keys by destructuring.
4. Avoid `::from_iter(…)` in favor of `.collect()`.

I also replaced a call to `.cloned()` with `.copied()`.

V3_GIT_ORIGIN_REV_ID: 7d39665b0cd04f5bae9405c0ff5f044f57433f32
2024-05-30 06:22:45 +00:00
..
data Allow nulls when expecting object or array in response (#440) 2024-04-04 10:53:40 +00:00
src Idiomatic iteration patterns. (#632) 2024-05-30 06:22:45 +00:00
Cargo.toml Add support for HTTP/2 to the custom connector. (#581) 2024-05-14 15:11:28 +00:00