cargo dev: rename ra-setup to ra_setup to be in line with the other commands

This commit is contained in:
Matthias Krüger 2020-12-13 17:01:44 +01:00
parent 91fa25c9de
commit 27dc565d28
5 changed files with 10 additions and 10 deletions

View file

@ -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(());