mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 01:12:56 +03:00
79074bef84
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 |
||
---|---|---|
.. | ||
data | ||
src | ||
Cargo.toml |