From fd4ea393c68126cc4bf0ae0810615b13129f97cd Mon Sep 17 00:00:00 2001 From: LeoniePhiline <22329650+LeoniePhiline@users.noreply.github.com> Date: Wed, 24 Jan 2024 14:40:38 +0100 Subject: [PATCH] fix: remove `anyhow` feature flag from `OptionExt` location test Fixes #147 --- eyre/tests/test_location.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/eyre/tests/test_location.rs b/eyre/tests/test_location.rs index 063c644..e0033a6 100644 --- a/eyre/tests/test_location.rs +++ b/eyre/tests/test_location.rs @@ -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| {