mirror of
https://github.com/sharkdp/fd.git
synced 2024-11-16 08:58:26 +01:00
anyhow is not only used for the completions feature
This commit is contained in:
parent
56c405d8e6
commit
6ebc366146
1 changed files with 0 additions and 1 deletions
|
@ -1,7 +1,6 @@
|
||||||
use std::path::{Path, PathBuf};
|
use std::path::{Path, PathBuf};
|
||||||
use std::time::Duration;
|
use std::time::Duration;
|
||||||
|
|
||||||
#[cfg(feature = "completions")]
|
|
||||||
use anyhow::anyhow;
|
use anyhow::anyhow;
|
||||||
use clap::{
|
use clap::{
|
||||||
error::ErrorKind, value_parser, Arg, ArgAction, ArgGroup, ArgMatches, Command, Parser,
|
error::ErrorKind, value_parser, Arg, ArgAction, ArgGroup, ArgMatches, Command, Parser,
|
||||||
|
|
Loading…
Reference in a new issue