graphql-engine/v3/crates/lang-graphql
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
..
benches Semicolons, everywhere! (#700) 2024-06-11 15:33:32 +00:00
src Avoid returning a Result when it is unnecessary. (#726) 2024-06-18 12:03:04 +00:00
tests Inline format arguments into the format string when possible. (#703) 2024-06-12 11:25:38 +00:00
Cargo.toml Avoid returning a Result when it is unnecessary. (#726) 2024-06-18 12:03:04 +00:00