summaryrefslogtreecommitdiffstats
path: root/build.rs
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2020-05-01 14:01:02 +0200
committerCanop <cano.petrole@gmail.com>2020-05-01 21:31:53 +0200
commit0199162bc8d4fee5bb7f07fbb41570df95205057 (patch)
tree74c6bb798700b7dc7cc21c0173319f6ee51ba02c /build.rs
parentcf52bbe7dc19cba78d65f431caa2af36c23da589 (diff)
command/verb/apply refactoring
* simpler, with immutable commands * more commands can be triggered by shortcuts * one can apply verbs to the input (using shortcuts)
Diffstat (limited to 'build.rs')
-rw-r--r--build.rs5
1 files changed, 1 insertions, 4 deletions
diff --git a/build.rs b/build.rs
index 09f1b1f..649a82b 100644
--- a/build.rs
+++ b/build.rs
@@ -3,10 +3,7 @@
use {
clap::Shell,
- std::{
- env,
- str::FromStr,
- },
+ std::{env, str::FromStr},
};
include!("src/clap.rs");