graphql-engine/v3/crates/utils
Samir Talwar dfccac348e Use Clippy to help simplify conditions. (#648)
Just because it's fewer lines of code.

1. Invert `if`/`else` blocks with negative conditions.
2. Unwrap redundant `else` blocks.
3. Simplify a few branches to `let … else`.
4. Replace a `match` with `if let`.

V3_GIT_ORIGIN_REV_ID: 4f10730b688d21c1fc86a45ee5fb4adf008b3d94
2024-05-31 13:02:00 +00:00
..
futures-ext test for concurrent execution of query root fields (#609) 2024-05-23 12:57:54 +00:00
json-ext Idiomatic iteration patterns. (#632) 2024-05-30 06:22:45 +00:00
opendds-derive Idiomatic iteration patterns. (#632) 2024-05-30 06:22:45 +00:00
recursion_limit_macro Use Clippy to help simplify conditions. (#648) 2024-05-31 13:02:00 +00:00
tracing-util Use Clippy to help simplify conditions. (#648) 2024-05-31 13:02:00 +00:00