anyhow is not only used for the completions feature

This commit is contained in:
Dominik Hassler 2022-11-07 17:11:00 +00:00
parent 56c405d8e6
commit 6ebc366146
1 changed files with 0 additions and 1 deletions

View File

@ -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,