codex: fix argument comment lint on PR #20319

This commit is contained in:
Andrei Eternal
2026-04-30 22:21:14 -07:00
parent 653bc5e8e0
commit ca1fe83337

View File

@@ -2653,7 +2653,7 @@ allow_managed_hooks_only = true
assert_eq!(
target.allow_managed_hooks_only,
Some(Sourced::new(
true,
/*value*/ true,
RequirementSource::SystemRequirementsToml {
file: system_requirements_toml_file_for_test()?,
},