lol
All checks were successful
Test Rust project / test (ubuntu-latest, stable) (push) Successful in 46s
All checks were successful
Test Rust project / test (ubuntu-latest, stable) (push) Successful in 46s
This commit is contained in:
@@ -194,7 +194,7 @@ impl<'a> Context for CallbackContext<'a> {
|
||||
panic!("{msg}");
|
||||
|
||||
#[cfg(not(debug_assertions))]
|
||||
eprintln!(msg)
|
||||
eprintln!("{msg}");
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user