codex: fix apply_patch argument comment lint

Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
starr-openai
2026-05-07 19:06:08 -07:00
parent e216210a4b
commit da8684bd07

View File

@@ -494,7 +494,7 @@ mod tests {
#[test]
fn test_streaming_patch_parser_allows_fragmented_environment_id_header() {
let mut parser = StreamingPatchParser::default();
parser.set_allow_environment_id(true);
parser.set_allow_environment_id(/*allow_environment_id*/ true);
assert_eq!(
parser.push_delta("*** Begin Patch\n*** Environment ID: rem"),