summaryrefslogtreecommitdiffstats
path: root/src/verb/invocation_parser.rs
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2021-05-07 10:45:04 +0200
committerCanop <cano.petrole@gmail.com>2021-05-07 10:45:04 +0200
commit8593028c16d899b5b69dec45ac860d252d18af66 (patch)
tree39c3c2171d69e1d92f6bdb1fcbcea354a13ee0e9 /src/verb/invocation_parser.rs
parent6c4b5ced881851ab38e65061c46ea0760ed9c384 (diff)
new rust version, new clippy
Mostly for the good, this time. I'm just not very happy with being asked to add a hard to read `!is_empty()`.
Diffstat (limited to 'src/verb/invocation_parser.rs')
-rw-r--r--src/verb/invocation_parser.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/verb/invocation_parser.rs b/src/verb/invocation_parser.rs
index 30ebafe..dc849ef 100644
--- a/src/verb/invocation_parser.rs
+++ b/src/verb/invocation_parser.rs
@@ -71,8 +71,8 @@ impl InvocationParser {
Ok(Self {
invocation_pattern,
args_parser,
- arg_selection_type,
arg_anchor,
+ arg_selection_type,
})
}