graphql-engine/v3/crates/custom-connector
Samir Talwar 40e23db51e Apply a few lints to make it struct construction clearer. (#661)
1. Always name the struct when calling `default()`.
2. Sort construction according to the definitions.
3. Approve allowing `struct_field_names` because it doesn't seem to be
helpful.
4. Enable `manual_string_new`; nothing seems to be triggering it now.

V3_GIT_ORIGIN_REV_ID: 868742114b0bf27bc3ea03cdf1e63a0f710ebe33
2024-06-04 08:42:48 +00:00
..
data Allow nulls when expecting object or array in response (#440) 2024-04-04 10:53:40 +00:00
src Apply a few lints to make it struct construction clearer. (#661) 2024-06-04 08:42:48 +00:00
Cargo.toml Add support for HTTP/2 to the custom connector. (#581) 2024-05-14 15:11:28 +00:00