Skip to content

Commit ceb4c96

Browse files
committed
clippy fixes
1 parent 535e4d7 commit ceb4c96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common_traits/display.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ where
244244
false => '├',
245245
};
246246

247-
write!(f, "{}", first_depth_char)?;
247+
write!(f, "{first_depth_char}")?;
248248
write!(f, "──")?;
249249

250250
writeln!(f, "{}", node.data().to_string().as_str())?;

0 commit comments

Comments
 (0)