mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 09:22:43 +03:00
7281322f51
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 |
||
---|---|---|
.. | ||
src | ||
tests | ||
Cargo.toml |