Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/cargo/itertools-0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Nov 16, 2023
2 parents 8e1cb10 + 8a74c40 commit c7c71dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/writer/summarize.rs
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ impl<Writer> Summarize<Writer> {
/// // `Writer`s pipeline is constructed in a reversed order.
/// writer::Basic::stdout() // And, finally, print them.
/// .summarized() // Only then, count summary for them.
/// .fail_on_skipped() // First, transform skipped steps to failed.
/// .fail_on_skipped(), // First, transform skipped steps to failed.
/// )
/// .run_and_exit("tests/features/readme")
/// .await;
Expand Down

0 comments on commit c7c71dd

Please sign in to comment.