cargo clippy --fix

This commit is contained in:
2025-06-01 16:42:00 -06:00
parent f212b35d28
commit 88d0e6b789
36 changed files with 181 additions and 187 deletions

View File

@@ -101,7 +101,7 @@ impl AnalysisPass for FindSaveRestSleds {
for i in reg_start..reg_end {
let addr = start + (i - reg_start) * step_size;
state.known_symbols.entry(addr).or_default().push(ObjSymbol {
name: format!("{}{}", label, i),
name: format!("{label}{i}"),
address: addr.address as u64,
section: Some(start.section),
size_known: true,