core-agent-ide/codex-rs/apply-patch/src
Tien Nguyen 00c7f7a16c
chore: remove once_cell dependency from multiple crates (#4154)
This commit removes the `once_cell` dependency from `Cargo.toml` files
in the `codex-rs` and `apply-patch` directories, replacing its usage
with `std::sync::LazyLock` and `std::sync::OnceLock` where applicable.
This change simplifies the dependency tree and utilizes standard library
features for lazy initialization.

# External (non-OpenAI) Pull Request Requirements

Before opening this Pull Request, please read the dedicated
"Contributing" markdown file or your PR may be closed:
https://github.com/openai/codex/blob/main/docs/contributing.md

If your PR conforms to our contribution guidelines, replace this text
with a detailed and high quality description of your changes.
2025-09-24 09:15:57 -07:00
..
lib.rs chore: remove once_cell dependency from multiple crates (#4154) 2025-09-24 09:15:57 -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 chore: clippy on redundant closure (#4058) 2025-09-22 19:30:16 +00:00
standalone_executable.rs feat: use the arg0 trick with apply_patch (#2646) 2025-08-24 14:35:51 -07:00