fabro/lib/crates/fabro-proc/src
Bryan Helmkamp e121eadb04
fix(proc): expect disallowed_methods on /proc walk
Workspace clippy.toml bans std::fs::read_dir / read_to_string without
an explicit expect annotation. The new Linux zombie-group probe uses
both and only compiles on Linux, so the lint wasn't hit locally on
macOS. Annotate the helper with the reason it needs sync I/O.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-21 12:26:41 -04:00
..
flock.rs test(harness): use advisory locks for peer presence 2026-04-20 16:33:53 -04:00
lib.rs fix(cli): detect zombies in server stop poll loop 2026-04-20 17:39:52 -04:00
pre_exec.rs Consolidate unsafe process code into fabro-proc crate 2026-04-01 17:49:29 -04:00
signal.rs fix(proc): expect disallowed_methods on /proc walk 2026-04-21 12:26:41 -04:00
title.rs fmt: apply nightly rustfmt after merge 2026-04-11 13:43:30 -04:00