Merge pull request #1167 from hadfl/anyhow

anyhow is not only used for the completions feature
This commit is contained in:
Thayne McCombs 2022-11-07 10:48:22 -07:00 committed by GitHub
commit bba7e0acd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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,