fix a multitude of clippy warns

This commit is contained in:
2024-12-30 18:26:41 +00:00
parent d6fb43adc1
commit 18df986c67
5 changed files with 24 additions and 35 deletions
+1 -1
View File
@@ -98,7 +98,7 @@ impl Module {
let path = String::from_utf16_lossy(&module_entry_32_w.szExePath)
.trim_end_matches('\0')
.to_string();
let module = Module {
let module = Self {
process_id: pid,
name,
path,