core-agent-ide/codex-rs/mcp-server
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 Simplify auth flow and reconcile differences between ChatGPT and API Key auth (#3189) 2025-09-11 09:16:34 -07:00
Cargo.toml feat: add UserInfo request to JSON-RPC server (#3428) 2025-09-10 17:03:35 -07:00