aboutsummaryrefslogtreecommitdiff
path: root/structopt/tests/ui/subcommand_and_parse.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'structopt/tests/ui/subcommand_and_parse.stderr')
-rw-r--r--structopt/tests/ui/subcommand_and_parse.stderr5
1 files changed, 0 insertions, 5 deletions
diff --git a/structopt/tests/ui/subcommand_and_parse.stderr b/structopt/tests/ui/subcommand_and_parse.stderr
deleted file mode 100644
index 4070056..0000000
--- a/structopt/tests/ui/subcommand_and_parse.stderr
+++ /dev/null
@@ -1,5 +0,0 @@
-error: parse attribute is not allowed for subcommand
- --> $DIR/subcommand_and_parse.rs:17:29
- |
-17 | #[structopt(subcommand, parse(from_occurrences))]
- | ^^^^^