Skip to content

Commit

Permalink
Amend message
Browse files Browse the repository at this point in the history
  • Loading branch information
tautschnig committed Jun 10, 2024
1 parent b49a846 commit 69aaf97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kani-driver/src/call_cargo.rs
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ fn package_targets(args: &VerificationArgs, package: &Package) -> Vec<Verificati
}
if !ignored_unsupported.is_empty() {
println!(
"Skipped the following unsupported targets: '{}'.",
"Skipped verification of the following unsupported targets: '{}'.",
ignored_unsupported.join("', '")
);
}
Expand Down

0 comments on commit 69aaf97

Please sign in to comment.