]> git.lizzy.rs Git - rust.git/blobdiff - clippy_dev/src/fmt.rs
Auto merge of #7782 - dswij:shadow-unrelated-block, r=flip1995
[rust.git] / clippy_dev / src / fmt.rs
index edc8e6a629ce75f3a52a77c33f84cf9c8d3fb0da..c81eb40d52f3551ffc698db36acf7767b5c3874e 100644 (file)
@@ -86,7 +86,7 @@ fn output_err(err: CliError) {
             },
             CliError::RaSetupActive => {
                 eprintln!(
-                    "error: a local rustc repo is enabled as path dependency via `cargo dev ide_setup`.
+                    "error: a local rustc repo is enabled as path dependency via `cargo dev setup intellij`.
 Not formatting because that would format the local repo as well!
 Please revert the changes to Cargo.tomls first."
                 );