mirror of
https://github.com/encounter/decomp-toolkit.git
synced 2025-12-17 00:47:08 +00:00
cargo clippy --fix
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user