bug
Duration::from_hours` (and `from_mins` at line 84, plus the test uses at 350-351) do not exist on stable `std::time::Duration` — they are unstable `duration_constructors` methods, and… Duration::from_hours` (and `from_mins` at line 84, plus the test uses at 350-351) do not exist on stable `std::time::Duration` — they are unstable `duration_constructors` methods, and `rust-toolchain.toml` pins `channel = "stable"` with no feature gate. The proxy does not compile; the whole sweep feature is dead on arrival.
services/proxy/src/config.rs:83
Evidence quote
Not recorded
Suggested fix
Not recorded