mirror of
https://github.com/openai/codex.git
synced 2026-04-24 14:45:27 +00:00
7 lines
249 B
Rust
7 lines
249 B
Rust
#![allow(clippy::unwrap_used, clippy::expect_used)]
|
|
|
|
// Re-export generated OpenAPI models.
|
|
// The regen script populates `src/models/*.rs` and writes `src/models/mod.rs`.
|
|
// This module intentionally contains no hand-written types.
|
|
pub mod models;
|