lol
All checks were successful
Test Rust project / test (ubuntu-latest, stable) (push) Successful in 46s

This commit is contained in:
2026-02-09 14:16:35 -07:00
parent 3f336578f5
commit 9de22b9680

View File

@@ -194,7 +194,7 @@ impl<'a> Context for CallbackContext<'a> {
panic!("{msg}");
#[cfg(not(debug_assertions))]
eprintln!(msg)
eprintln!("{msg}");
},
}
}