From 1d8984461395c37fdbcd59a0b9488b076084c89a Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Thu, 28 Feb 2019 17:28:32 +0100 Subject: Run 'cargo fix' for rust-2018 With this patch we move the codebase to Rust-2018. The diff was generated by executing cargo fix --all --all-features --edition on the codebase. Signed-off-by: Matthias Beyer --- bin/core/imag-store/src/get.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/core/imag-store/src/get.rs') diff --git a/bin/core/imag-store/src/get.rs b/bin/core/imag-store/src/get.rs index bf9a1eea..6885f594 100644 --- a/bin/core/imag-store/src/get.rs +++ b/bin/core/imag-store/src/get.rs @@ -24,7 +24,7 @@ use libimagerror::trace::MapErrTrace; use libimagerror::exit::ExitUnwrap; use libimagstore::storeid::StoreId; -use retrieve::print_entry; +use crate::retrieve::print_entry; pub fn get(rt: &Runtime) { let scmd = rt.cli().subcommand_matches("get").unwrap(); -- cgit v1.2.3