core-agent-ide/codex-rs/tui
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 fix: include rollout_path in NewConversationResponse (#3352) 2025-09-09 00:11:48 -07:00
Cargo.toml replace tui_markdown with a custom markdown renderer (#3396) 2025-09-10 12:13:53 -07:00
prompt_for_init_command.md chore: rename INIT.md to prompt_for_init_command.md and move closer to usage (#1886) 2025-08-06 11:58:57 -07:00
styles.md fix: stop using ANSI blue (#2421) 2025-08-18 16:02:25 +00:00