You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Summary
- Derive `Copy` and `Clone` on `Queries<E>` so it inherits those traits
from `E`
- Enables ergonomic use with cheap-to-clone executors like `&Pool`
## Test plan
- [x] `cargo test` — 21 codegen snapshots + lib tests pass
- [x] `cargo check` on all four examples passes
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments