Skip to content

Commit

Permalink
chore: correct serde feature use
Browse files Browse the repository at this point in the history
  • Loading branch information
thewh1teagle committed Jun 28, 2024
1 parent cbfecb7 commit e517a90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eyre/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -909,7 +909,7 @@ impl AsRef<dyn StdError> for Report {
}
}

#[cfg(feature = "serialize")]
#[cfg(feature = "serde")]
mod serialize;

#[cfg(feature = "pyo3")]
Expand Down

0 comments on commit e517a90

Please sign in to comment.