diff options
author | syn <isaqtm@gmail.com> | 2020-02-07 17:02:37 +0300 |
---|---|---|
committer | syn <isaqtm@gmail.com> | 2020-02-07 17:02:37 +0300 |
commit | e79e28b80bd73119dd14ceae8b99fca2bd0b3f11 (patch) | |
tree | 4b46557d196e6734150c7aae5490f53e28130aee | |
parent | 7af2343e276d3040937a6b2e075b4557b83aeb0e (diff) | |
download | evr-e79e28b80bd73119dd14ceae8b99fca2bd0b3f11.tar.gz |
Lil refactor
-rw-r--r-- | src/main.rs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index a77500c..57f8529 100644 --- a/src/main.rs +++ b/src/main.rs @@ -35,7 +35,9 @@ fn main() { .format_timestamp(None) .init(); - let src_path: std::path::PathBuf = matches.value_of("src").expect("src is required").into(); + let src_path: std::path::PathBuf = matches.value_of("src") + .expect("src is required") + .into(); let config = conf::get_conf(); let result = |