mirror of
https://github.com/realAscot/helix.git
synced 2025-09-14 04:03:03 +02:00
refactor: uneeded string conversion for Display type
This commit is contained in:
parent
5a671e65fd
commit
f857a98671
@ -854,7 +854,7 @@ impl Document {
|
||||
} else if !output.stderr.is_empty() {
|
||||
log::debug!(
|
||||
"Formatter printed to stderr: {}",
|
||||
String::from_utf8_lossy(&output.stderr).to_string()
|
||||
String::from_utf8_lossy(&output.stderr)
|
||||
);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user