From ff83df399af3a4ff9e291d25a9129d102ebbe284 Mon Sep 17 00:00:00 2001 From: Luca Casonato Date: Mon, 1 Mar 2021 01:25:43 +0100 Subject: [PATCH] fix: typo in coverage exit_unstable (#9626) --- cli/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/main.rs b/cli/main.rs index 00f91a77d2..7871fe882f 100644 --- a/cli/main.rs +++ b/cli/main.rs @@ -875,7 +875,7 @@ async fn coverage_command( lcov: bool, ) -> Result<(), AnyError> { if !flags.unstable { - exit_unstable("compile"); + exit_unstable("coverage"); } if files.is_empty() {