mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 17:02:49 +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 |
||
---|---|---|
.. | ||
futures-ext | ||
json-ext | ||
opendds-derive | ||
recursion_limit_macro | ||
tracing-util |