Skip to content

Commit 4b52d37

Browse files
committed
rm extra comment
1 parent 31125c4 commit 4b52d37

File tree

1 file changed

+0
-3
lines changed
  • codex-rs/core/src/config

1 file changed

+0
-3
lines changed

codex-rs/core/src/config/mod.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -684,9 +684,6 @@ pub fn set_default_oss_provider(codex_home: &Path, provider: &str) -> std::io::R
684684
}
685685

686686
/// Base config deserialized from ~/.codex/config.toml.
687-
// The JSON Schema in `codex-rs/core/config.schema.json` is generated from this struct.
688-
// If you add, remove, or rename fields, regenerate the schema via
689-
// `just write-config-schema` and update the fixture test.
690687
#[derive(Serialize, Deserialize, Debug, Clone, Default, PartialEq, JsonSchema)]
691688
#[schemars(deny_unknown_fields)]
692689
pub struct ConfigToml {

0 commit comments

Comments
 (0)