Skip to content

Commit

Permalink
anyhow is not only used for the completions feature
Browse files Browse the repository at this point in the history
  • Loading branch information
hadfl authored and tmccombs committed Nov 8, 2022
1 parent 684aa8b commit 3e154a0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cli.rs
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit 3e154a0

Please sign in to comment.