core-agent-ide/codex-rs/apply-patch
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
..
src chore: enable clippy::redundant_clone (#3489) 2025-09-11 11:59:37 -07:00
tests feat: use the arg0 trick with apply_patch (#2646) 2025-08-24 14:35:51 -07:00
apply_patch_tool_instructions.md [apply-patch] Clean up apply-patch tool definitions (#2539) 2025-08-21 20:07:41 -07:00
Cargo.toml chore(deps): bump tree-sitter from 0.25.8 to 0.25.9 in /codex-rs (#3295) 2025-09-08 08:22:59 -07:00