We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0159221 commit 1c93dcdCopy full SHA for 1c93dcd
1 file changed
src/cli/mod.rs
@@ -439,8 +439,6 @@ pub fn run(args: Vec<String>) -> anyhow::Result<()> {
439
}
440
};
441
442
- println!("args: {args:#?}");
443
-
444
if args.cargo_args.is_empty() {
445
shell.error("No args found to pass to cargo!")?;
446
shell.note("You still need to specify build arguments to cargo to achieve anything. :)")?;
0 commit comments