fabro/lib
Bryan Helmkamp dbf3f063df
Deny unsafe_code workspace-wide, remove unsafe pointer cast from tests
Promote unsafe_code lint from warn to deny so new unsafe code is a
compile error. Add #![allow(unsafe_code)] to the two sleep_inhibitor
modules that were missing it. Replace the unsafe trait-object pointer
cast in CliMockSandbox tests with a shared Arc<Mutex<Vec<String>>>.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-01 17:17:59 -04:00
..
crates Deny unsafe_code workspace-wide, remove unsafe pointer cast from tests 2026-04-01 17:17:59 -04:00
packages/fabro-api-client Prefix API routes with /api/v1 2026-03-30 16:17:06 -04:00