We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fada001 commit 162de1bCopy full SHA for 162de1b
src/tool.rs
@@ -110,7 +110,7 @@ impl Tool {
110
path: &Path,
111
cargo_output: &CargoOutput,
112
) -> Result<ToolFamily, Error> {
113
- let stdout = String::from_utf8_lossy(&stdout);
+ let stdout = String::from_utf8_lossy(stdout);
114
cargo_output.print_debug(&stdout);
115
116
// https://gitlab.kitware.com/cmake/cmake/-/blob/69a2eeb9dff5b60f2f1e5b425002a0fd45b7cadb/Modules/CMakeDetermineCompilerId.cmake#L267-271
0 commit comments