We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50fc39b commit 5afada5Copy full SHA for 5afada5
src/subcommand/utils.rs
@@ -84,10 +84,7 @@ use tracing::warn;
84
85
use super::remove::ask_user_do_as_i_say;
86
87
-pub(crate) fn handle_no_result(
88
- no_result: Vec<&str>,
89
- no_progress: bool,
90
-) -> Result<(), OutputError> {
+pub(crate) fn handle_no_result(no_result: Vec<&str>, no_progress: bool) -> Result<(), OutputError> {
91
if no_result.is_empty() {
92
return Ok(());
93
}
0 commit comments