mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-19 07:03:16 +00:00
make clippy happy(stable)
This commit is contained in:
parent
feff08d3e3
commit
79c4a9a15e
10 changed files with 54 additions and 68 deletions
|
@ -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!(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue