mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-16 23:43:10 +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> |
||
|---|---|---|
| .. | ||
| src | ||
| tests/it | ||
| build.rs | ||
| Cargo.toml | ||