mirror of
https://github.com/helix-editor/helix.git
synced 2025-10-06 00:13:28 +02:00
refactor: uneeded string conversion for Display type
This commit is contained in:
@@ -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)
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user