Skip to content

Commit 788b29d

Browse files
authored
Smol self-nit
1 parent 8414342 commit 788b29d

File tree

1 file changed

+1
-1
lines changed
  • crates/ra_cargo_watch/src

1 file changed

+1
-1
lines changed

crates/ra_cargo_watch/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ pub fn run_cargo(
318318
Ok(exit_code) if !exit_code.success() && !read_at_least_one_message => {
319319
// FIXME: Read the stderr to display the reason, see `read2()` reference in PR comment:
320320
// https://github.com/rust-analyzer/rust-analyzer/pull/3632#discussion_r395605298
321-
format!("the command produced no valid metadata:\n cargo {}", args.join(" "))
321+
format!("the command produced no valid metadata: cargo {}", args.join(" "))
322322
}
323323
Err(err) => format!("io error: {:?}", err),
324324
Ok(_) => return Ok(()),

0 commit comments

Comments
 (0)