graphql-engine/v3/crates/metadata-resolve
Samir Talwar 5ad33bd6a5 Avoid returning a Result when it is unnecessary. (#726)
Return a `T` instead of a `Result<T, E>` when we never return an error
(`E`) case.

I also enabled some more warnings. `unnecessary_box_returns` has been
suppressed where appropriate, and `unused_async` doesn't seem to be
violated anywhere any more.

I got rid of some calls to `.unwrap()` too.

V3_GIT_ORIGIN_REV_ID: 015ebd05978cf8c2d87474a90e0cd4333779a761
2024-06-18 12:03:04 +00:00
..
src Comparable relationships in BooleanExpressionTypes (#717) 2024-06-18 10:25:04 +00:00
tests Avoid returning a Result when it is unnecessary. (#726) 2024-06-18 12:03:04 +00:00
Cargo.toml Bump serde_json from 1.0.116 to 1.0.117 (#722) 2024-06-17 05:13:47 +00:00