mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-08-28 05:27:41 +00:00
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> |
||
|---|---|---|
| .. | ||
| crates | ||
| packages/fabro-api-client | ||