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