Skip to content

Commit

Permalink
chore: add the missing symbol
Browse files Browse the repository at this point in the history
Signed-off-by: xixishidibei <[email protected]>
  • Loading branch information
xixishidibei committed Sep 18, 2024
1 parent 257d781 commit 717cd43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/derive/flatten.rs
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ fn docstrings_ordering_with_multiple_clap_partial() {
}

#[test]
#[should_panic = "cannot `#[flatten]` an `Option<Args>` with `#[group(skip)]"]
#[should_panic = "cannot `#[flatten]` an `Option<Args>` with `#[group(skip)]`"]
fn flatten_skipped_group() {
#[derive(clap::Parser, Debug)]
struct Cli {
Expand Down

0 comments on commit 717cd43

Please sign in to comment.