cargo dev: rename ra-setup to ra_setup to be in line with the other commands
This commit is contained in:
parent
91fa25c9de
commit
27dc565d28
5 changed files with 10 additions and 10 deletions
|
|
@ -52,7 +52,7 @@ fn inject_deps_into_manifest(
|
|||
// do not inject deps if we have aleady done so
|
||||
if cargo_toml.contains("[target.'cfg(NOT_A_PLATFORM)'.dependencies]") {
|
||||
eprintln!(
|
||||
"cargo dev ra-setup: warning: deps already found inside {}, doing nothing.",
|
||||
"cargo dev ra_setup: warning: deps already found inside {}, doing nothing.",
|
||||
manifest_path
|
||||
);
|
||||
return Ok(());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue