Skip to content

Commit d8cb215

Browse files
committed
Fixing test warnings
1 parent ff90e81 commit d8cb215

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/cli/src/commands/doctor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ async fn check_language_support(term: &Term, _fix: bool, quiet: bool) -> Result<
314314
}
315315

316316
/// Check configuration system
317-
async fn check_configuration(term: &Term, fix: bool, quiet: bool) -> Result<(usize, usize)> {
317+
async fn check_configuration(term: &Term, _fix: bool, quiet: bool) -> Result<(usize, usize)> {
318318
if !quiet {
319319
term.write_line(&format!("{}", "Checking Configuration System...".bold()))?;
320320
}

0 commit comments

Comments
 (0)