mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
auto clippy fixes
This commit is contained in:
parent
72c85efc83
commit
ef39bad7c6
146 changed files with 750 additions and 1005 deletions
|
@ -605,7 +605,7 @@ fn build_proc<'a, B: Backend<'a>>(
|
|||
let elfreloc = match reloc {
|
||||
Relocation::LocalData { offset, data } => {
|
||||
let data_symbol = write::Symbol {
|
||||
name: format!("{}.data{}", fn_name, local_data_index)
|
||||
name: format!("{fn_name}.data{local_data_index}")
|
||||
.as_bytes()
|
||||
.to_vec(),
|
||||
value: 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue