chore: clippy fix rust style
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user