plano/crates/brightstaff
Syed Hashmi 69db983160
fix: silence manual_checked_ops clippy lint (rustc 1.95)
Pre-existing warning in router/stress_tests.rs that becomes an error
under CI's -D warnings with rustc 1.95. Replace the manual if/else
with growth.checked_div(num_iterations).unwrap_or(0) as clippy
suggests.

Made-with: Cursor
2026-04-24 13:40:37 -07:00
..
src fix: silence manual_checked_ops clippy lint (rustc 1.95) 2026-04-24 13:40:37 -07:00
Cargo.toml add jemalloc and /debug/memstats endpoint for OOM diagnosis (#885) 2026-04-23 13:59:12 -07:00