refactor: Apply clippy suggestions

This commit is contained in:
Lucas Schwiderski 2022-12-10 12:43:36 +01:00
parent 87bfcf68cb
commit 28aacf9d58
Signed by: lucas
GPG key ID: AA12679AAA6DF4D8
2 changed files with 2 additions and 2 deletions

View file

@ -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