core-agent-ide/codex-rs/exec/tests
Michael Bolin bec51f6c05
chore: enable clippy::redundant_clone (#3489)
Created this PR by:

- adding `redundant_clone` to `[workspace.lints.clippy]` in
`cargo-rs/Cargol.toml`
- running `cargo clippy --tests --fix`
- running `just fmt`

Though I had to clean up one instance of the following that resulted:

```rust
let codex = codex;
```
2025-09-11 11:59:37 -07:00
..
fixtures [exec] Clean up apply-patch tests (#2648) 2025-08-25 15:08:01 -07:00
suite chore: enable clippy::redundant_clone (#3489) 2025-09-11 11:59:37 -07:00
all.rs test: faster test execution in codex-core (#2633) 2025-08-24 11:10:53 -07:00