Skip to content

Commit

Permalink
fix: remove anyhow feature flag from OptionExt location test
Browse files Browse the repository at this point in the history
Fixes #147
  • Loading branch information
LeoniePhiline committed Jan 24, 2024
1 parent 8522f02 commit 68744f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion eyre/tests/test_location.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ fn test_wrap_err_with() {
println!("{:?}", err);
}

#[cfg(feature = "anyhow")]
#[test]
fn test_option_ok_or_eyre() {
let _ = eyre::set_hook(Box::new(|_e| {
Expand Down

0 comments on commit 68744f1

Please sign in to comment.