Skip to content

Commit

Permalink
Make clippy happy
Browse files Browse the repository at this point in the history
  • Loading branch information
DaZombieKiller committed Jan 7, 2024
1 parent 2f0e2e0 commit 15c1967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmd/dwarf.rs
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ where
.tags
.get(&unit_addr)
.ok_or_else(|| anyhow!("Failed to get CompileUnit"))?;
let unit = process_compile_unit(&tag)?;
let unit = process_compile_unit(tag)?;
writeln!(w, " Compile unit: {}", unit.name)?;
}

Expand Down

0 comments on commit 15c1967

Please sign in to comment.