make clippy happy(stable)

This commit is contained in:
bgkillas 2025-06-26 14:28:50 -04:00
parent feff08d3e3
commit 79c4a9a15e
10 changed files with 54 additions and 68 deletions

View file

@ -454,7 +454,7 @@ pub unsafe extern "C" fn luaopen_ewext(lua: *mut lua_State) -> c_int {
if let Err(_e) = KEEP_SELF_LOADED.as_ref() {
#[cfg(debug_assertions)]
println!("Got an error while loading self: {}", _e);
println!("Got an error while loading self: {_e}");
}
#[cfg(debug_assertions)]
println!(