refactor: Apply clippy suggestions
This commit is contained in:
parent
87bfcf68cb
commit
28aacf9d58
2 changed files with 2 additions and 2 deletions
|
@ -302,6 +302,6 @@ pub mod sync {
|
|||
}
|
||||
};
|
||||
|
||||
Err(err).with_section(|| format!("{pos:#X} ({pos})", pos = pos).header("Position: "))
|
||||
Err(err).with_section(|| format!("{pos:#X} ({pos})").header("Position: "))
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit e037ef76591387f27d3a7aa31536b3d97c4c9efe
|
||||
Subproject commit ded56befb251e054a4756bfdfa82ca054b53fc40
|
Loading…
Add table
Reference in a new issue