aboutsummaryrefslogtreecommitdiff
path: root/structopt/tests/ui/struct_subcommand.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'structopt/tests/ui/struct_subcommand.stderr')
-rw-r--r--structopt/tests/ui/struct_subcommand.stderr5
1 files changed, 0 insertions, 5 deletions
diff --git a/structopt/tests/ui/struct_subcommand.stderr b/structopt/tests/ui/struct_subcommand.stderr
deleted file mode 100644
index 438f6f8..0000000
--- a/structopt/tests/ui/struct_subcommand.stderr
+++ /dev/null
@@ -1,5 +0,0 @@
-error: subcommand is only allowed on fields
- --> $DIR/struct_subcommand.rs:12:29
- |
-12 | #[structopt(name = "basic", subcommand)]
- | ^^^^^^^^^^