summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThayne McCombs <astrothayne@gmail.com>2022-11-07 10:48:22 -0700
committerGitHub <noreply@github.com>2022-11-07 10:48:22 -0700
commitbba7e0acd85b2f89eff058815fcb80f642d54fb6 (patch)
treebc8c47e2afb28577f2d9f789a09597ee3ad8c74e
parent56c405d8e6bbd5c49e5beaf33c7d882de72900d4 (diff)
parent6ebc366146b8a8fb0156ce6e6ce21766c18fb1fd (diff)
Merge pull request #1167 from hadfl/anyhow
anyhow is not only used for the completions feature
-rw-r--r--src/cli.rs1
1 files changed, 0 insertions, 1 deletions
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,