diff --git a/tests/test_boxed.rs b/tests/test_boxed.rs index d6fa6f8..fcf273d 100644 --- a/tests/test_boxed.rs +++ b/tests/test_boxed.rs @@ -218,7 +218,6 @@ fn test_boxed_custom_diagnostic() { } #[test] -#[ignore = "I don't know why this isn't working but it needs fixing."] fn test_boxed_sources() { let error = MyError { source: io::Error::new(io::ErrorKind::Other, "oh no!"),