aboutsummaryrefslogtreecommitdiff
path: root/structopt/tests/ui/parse_function_is_not_path.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'structopt/tests/ui/parse_function_is_not_path.stderr')
-rw-r--r--structopt/tests/ui/parse_function_is_not_path.stderr5
1 files changed, 0 insertions, 5 deletions
diff --git a/structopt/tests/ui/parse_function_is_not_path.stderr b/structopt/tests/ui/parse_function_is_not_path.stderr
deleted file mode 100644
index 7cf7444..0000000
--- a/structopt/tests/ui/parse_function_is_not_path.stderr
+++ /dev/null
@@ -1,5 +0,0 @@
-error: `parse` argument must be a function path
- --> $DIR/parse_function_is_not_path.rs:14:34
- |
-14 | #[structopt(parse(from_str = "2"))]
- | ^^^