Main has been red on the rust job since #181: 55a3d8b9 added the edition-2024 lint-level rationale to the session bin's header, naming std::env::set_var/remove_var verbatim — and gate C's grep counts comments by contract, so the file hit 5 mentions against its 4-call-site baseline (every later step skipped).
Reword the comment rather than raising the baseline: a baseline of 5 with a comment folded in would hide the next real call site. The four SAFETY-commented call sites are untouched.
Main has been red on the `rust` job since #181: `55a3d8b9` added the edition-2024 lint-level rationale to the session bin's header, naming `std::env::set_var`/`remove_var` verbatim — and gate C's grep counts comments by contract, so the file hit 5 mentions against its 4-call-site baseline (every later step skipped).
Reword the comment rather than raising the baseline: a baseline of 5 with a comment folded in would hide the next real call site. The four SAFETY-commented call sites are untouched.
Verified locally: `scripts/ci/check-unsafe-hygiene.sh` clean, `cargo fmt --all --check` clean.
55a3d8b9 (#181) added the edition-2024 lint-level rationale to the session
bin's header naming std::env::set_var/remove_var — gate C's grep counts
comments by contract, so main went red at 5 mentions against the 4-call-site
baseline. Reword the comment instead of raising the baseline: a baseline of 5
with one comment inside would hide the next real call site.
Verified: scripts/ci/check-unsafe-hygiene.sh clean, cargo fmt clean.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Main has been red on the
rustjob since #181:55a3d8b9added the edition-2024 lint-level rationale to the session bin's header, namingstd::env::set_var/remove_varverbatim — and gate C's grep counts comments by contract, so the file hit 5 mentions against its 4-call-site baseline (every later step skipped).Reword the comment rather than raising the baseline: a baseline of 5 with a comment folded in would hide the next real call site. The four SAFETY-commented call sites are untouched.
Verified locally:
scripts/ci/check-unsafe-hygiene.shclean,cargo fmt --all --checkclean.