graphql-engine/v3/crates/utils
Samir Talwar 7281322f51 Enable a few lint warnings around conditions, and fix the highlighted areas. (#662)
1. Use `map_or(…, …)` instead of `.map(…).unwrap_or(…)`.
2. Use `.is_some_and(…)` instead of `.map(…).unwrap_or_default(…)`.
3. Nest `|` patterns where possible.
4. Be more specific about match patterns.

I found I could also simplify `typecheck_qualified_type_reference`
considerably.

V3_GIT_ORIGIN_REV_ID: 6a3b1a4c525c0187c2fdb6df0c979ca0b7b3016c
2024-06-05 08:42:03 +00:00
..
futures-ext Bump tokio from 1.36.0 to 1.38.0 (#656) 2024-06-03 06:37:58 +00:00
json-ext Idiomatic iteration patterns. (#632) 2024-05-30 06:22:45 +00:00
opendds-derive Enable a few lint warnings around conditions, and fix the highlighted areas. (#662) 2024-06-05 08:42:03 +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