mirror of
https://github.com/sharkdp/fd.git
synced 2024-11-16 00:48:28 +01:00
Merge pull request #1167 from hadfl/anyhow
anyhow is not only used for the completions feature
This commit is contained in:
commit
bba7e0acd8
1 changed files with 0 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue