graphql-engine/v3/crates/engine
Samir Talwar 8baa50010e Make the internal metadata-resolve flags copyable. (#762)
### What

This just means we can drop a bunch of references and pass by value.

### How

`#[derive(Clone, Copy)]` and fixing lints.

V3_GIT_ORIGIN_REV_ID: e15d323f8232755294d1f7a2c70ccf0de8a1632f
2024-06-26 02:27:41 +00:00
..
benches Remove redundant clones. (#752) 2024-06-24 14:09:02 +00:00
bin/engine Make the internal metadata-resolve flags copyable. (#762) 2024-06-26 02:27:41 +00:00
src Make the internal metadata-resolve flags copyable. (#762) 2024-06-26 02:27:41 +00:00
tests Make the internal metadata-resolve flags copyable. (#762) 2024-06-26 02:27:41 +00:00
build.rs Use Clippy to help simplify conditions. (#648) 2024-05-31 13:02:00 +00:00
Cargo.toml Experimental SQL interface (#742) 2024-06-25 18:46:39 +00:00