Skip to content

Commit

Permalink
Adjust .stderr files
Browse files Browse the repository at this point in the history
  • Loading branch information
CreepySkeleton committed Dec 22, 2019
1 parent 838dde5 commit 787473f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/ui/struct_flatten.stderr
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
error: flatten is only allowed on fields
error: `flatten` is only allowed on fields
--> $DIR/struct_flatten.rs:12:29
|
12 | #[structopt(name = "basic", flatten)]
Expand Down
2 changes: 1 addition & 1 deletion tests/ui/struct_subcommand.stderr
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
error: subcommand is only allowed on fields
error: `subcommand` is only allowed on fields
--> $DIR/struct_subcommand.rs:12:29
|
12 | #[structopt(name = "basic", subcommand)]
Expand Down

0 comments on commit 787473f

Please sign in to comment.