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