aboutsummaryrefslogtreecommitdiff
path: root/structopt/tests/ui/subcommand_opt_vec.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'structopt/tests/ui/subcommand_opt_vec.stderr')
-rw-r--r--structopt/tests/ui/subcommand_opt_vec.stderr5
1 files changed, 0 insertions, 5 deletions
diff --git a/structopt/tests/ui/subcommand_opt_vec.stderr b/structopt/tests/ui/subcommand_opt_vec.stderr
deleted file mode 100644
index a9833a6..0000000
--- a/structopt/tests/ui/subcommand_opt_vec.stderr
+++ /dev/null
@@ -1,5 +0,0 @@
-error: Option<Vec<T>> type is not allowed for subcommand
- --> $DIR/subcommand_opt_vec.rs:18:10
- |
-18 | cmd: Option<Vec<Command>>,
- | ^^^^^^