mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-08-31 15:47:31 +00:00
Cleanup the error message
This commit is contained in:
parent
e89c0e3961
commit
c0943f84fd
2 changed files with 2 additions and 2 deletions
|
@ -377,7 +377,7 @@ pub fn try_ensure_file_contents(file: &Path, contents: &str) -> Result<(), ()> {
|
|||
display_path.display()
|
||||
);
|
||||
if is_ci() {
|
||||
eprintln!("\n NOTE: run `cargo test` locally and commit the updated files\n");
|
||||
eprintln!(" NOTE: run `cargo test` locally and commit the updated files\n");
|
||||
}
|
||||
if let Some(parent) = file.parent() {
|
||||
let _ = std::fs::create_dir_all(parent);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue