From 48747e3b7c542c696003f71ef4b4ae457934e57c Mon Sep 17 00:00:00 2001 From: Conrad Ludgate Date: Thu, 21 Apr 2022 08:05:57 +0100 Subject: A few minor tweaks (#314) * use bail macro replace client database errors remove dead code * fix test --- src/main.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index d5a1e823..2fee879b 100644 --- a/src/main.rs +++ b/src/main.rs @@ -9,7 +9,6 @@ use eyre::Result; extern crate log; use command::AtuinCmd; - mod command; const VERSION: &str = env!("CARGO_PKG_VERSION"); -- cgit v1.3.1