aboutsummaryrefslogtreecommitdiff
path: root/structopt/tests/ui/option_required.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'structopt/tests/ui/option_required.stderr')
-rw-r--r--structopt/tests/ui/option_required.stderr5
1 files changed, 0 insertions, 5 deletions
diff --git a/structopt/tests/ui/option_required.stderr b/structopt/tests/ui/option_required.stderr
deleted file mode 100644
index 0230d57..0000000
--- a/structopt/tests/ui/option_required.stderr
+++ /dev/null
@@ -1,5 +0,0 @@
-error: required is meaningless for Option
- --> $DIR/option_required.rs:14:24
- |
-14 | #[structopt(short, required = true)]
- | ^^^^^^^^