887d0c97f9
- redbear-dnsd: drop redundant `self` in `use crate::transport::{self,..}`
(mod transport already in scope, E0255); import EIO (E0425); drop removed
syscall::fevent call (vestigial — fd bound to unused _netcfg_fd, never polled);
Instant::duration_since -> checked_duration_since so .unwrap_or_default() works.
- redbear-sessiond: `use redox_acpi::{wait_for_shutdown_edge, wait_for_sleep_edge}`
on the redox cfg so the unqualified callers resolve (E0425).
- redbear-hwutils: firewall-check .into() -> .to_string() (fn returns
Result<_, String>; E0283 type-annotation ambiguity).
All four validated with cargo check --target x86_64-unknown-redox.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>