mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 22:30:03 +00:00
Fix binstalk_fetchers::FetchError definition (#1711)
Rm useless cfg on it
This commit is contained in:
parent
5bcc243741
commit
52f172c713
1 changed files with 0 additions and 1 deletions
|
@ -41,7 +41,6 @@ pub struct InvalidPkgFmtError {
|
||||||
|
|
||||||
#[derive(Debug, ThisError, miette::Diagnostic)]
|
#[derive(Debug, ThisError, miette::Diagnostic)]
|
||||||
#[non_exhaustive]
|
#[non_exhaustive]
|
||||||
#[cfg_attr(feature = "miette", derive(miette::Diagnostic))]
|
|
||||||
pub enum FetchError {
|
pub enum FetchError {
|
||||||
#[error(transparent)]
|
#[error(transparent)]
|
||||||
Download(#[from] DownloadError),
|
Download(#[from] DownloadError),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue