summaryrefslogtreecommitdiffstats
path: root/bin/core/imag-store
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2018-04-14 00:57:15 +0200
committerMatthias Beyer <mail@beyermatthias.de>2018-04-14 00:58:40 +0200
commit51b9b5c0db654f20ce8c106f48b023cfbd21ec6e (patch)
treed4845adbfed01b29ef861faede49a3e7c33043d6 /bin/core/imag-store
parent207346bea0737ab0a5bb72e890302dd8a4830ffc (diff)
Fix: Use qualification
Diffstat (limited to 'bin/core/imag-store')
-rw-r--r--bin/core/imag-store/src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/core/imag-store/src/main.rs b/bin/core/imag-store/src/main.rs
index 5ec16ce6..64297a67 100644
--- a/bin/core/imag-store/src/main.rs
+++ b/bin/core/imag-store/src/main.rs
@@ -98,7 +98,7 @@ fn main() {
let _ = rt.handle_unknown_subcommand("imag-store", other, rt.cli())
.map_err_trace_exit_unwrap(1)
.code()
- .map(std::process::exit);
+ .map(::std::process::exit);
},
};
} else {