From f03f6e9ad74d8e1cf1fa33dc2c0c7c5dd7ae5c94 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Fri, 14 Oct 2022 10:59:21 +0100 Subject: Add automatic update checking (#555) * Add automatic update checking * Add setting to opt out of update checks * Document options * no * no * also no * Make clippy happy * Update atuin-client/src/settings.rs Co-authored-by: Conrad Ludgate * fix features Co-authored-by: Conrad Ludgate Co-authored-by: Conrad Ludgate --- src/main.rs | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index bffb7249..798f7a23 100644 --- a/src/main.rs +++ b/src/main.rs @@ -4,9 +4,6 @@ use clap::{AppSettings, Parser}; use eyre::Result; -#[macro_use] -extern crate log; - use command::AtuinCmd; mod command; -- cgit v1.3.1