chore: clippy fix rust style

This commit is contained in:
quake
2022-07-20 21:38:50 +09:00
parent 8d91e7eb63
commit a0c07631e2
6 changed files with 9 additions and 13 deletions

View File

@@ -81,9 +81,9 @@ impl fmt::Display for Scope<'_> {
#[cfg(feature = "no_closure")]
let value_is_shared = "";
write!(
writeln!(
f,
"[{}] {}{}{} = {:?}\n",
"[{}] {}{}{} = {:?}",
i + 1,
if constant { "const " } else { "" },
name,