core-agent-ide/codex-rs/apply-patch/src
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
..
lib.rs apply-patch: sort replacements and add regression tests (#3425) 2025-09-11 09:07:03 -07:00
main.rs feat: use the arg0 trick with apply_patch (#2646) 2025-08-24 14:35:51 -07:00
parser.rs chore: enable clippy::redundant_clone (#3489) 2025-09-11 11:59:37 -07:00
seek_sequence.rs fix: handling weird unicode characters in apply_patch (#674) 2025-04-25 16:01:58 -07:00
standalone_executable.rs feat: use the arg0 trick with apply_patch (#2646) 2025-08-24 14:35:51 -07:00