Strip dead_code allowances

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-13 15:46:28 -04:00
parent e4091dfbe8
commit e9a08d278e
3 changed files with 0 additions and 3 deletions

View File

@@ -138,7 +138,6 @@ distributed slice's entries) and prints `mizan_core::build_ir()`:
// #[derive(Mizan)] / #[mizan::client] registrations so the linker
// keeps them in the final binary.
#[allow(dead_code)]
fn _force_link() {
use my_app_lib::commands;
let _ = commands::greet;