From 6ebc366146b8a8fb0156ce6e6ce21766c18fb1fd Mon Sep 17 00:00:00 2001 From: Dominik Hassler Date: Mon, 7 Nov 2022 17:11:00 +0000 Subject: [PATCH] anyhow is not only used for the completions feature --- src/cli.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/cli.rs b/src/cli.rs index d925c50..a470448 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -1,7 +1,6 @@ use std::path::{Path, PathBuf}; use std::time::Duration; -#[cfg(feature = "completions")] use anyhow::anyhow; use clap::{ error::ErrorKind, value_parser, Arg, ArgAction, ArgGroup, ArgMatches, Command, Parser,