diff --git a/jxl_test_utils/src/lib.rs b/jxl_test_utils/src/lib.rs index 01f603c..122ab1c 100644 --- a/jxl_test_utils/src/lib.rs +++ b/jxl_test_utils/src/lib.rs @@ -3,7 +3,6 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. - #[macro_export] macro_rules! assert_almost_eq { ($left:expr, $right:expr, $max_error:expr $(,)?) => {