From 04bc93e45a67b1d2c8945805baf112f25429664c Mon Sep 17 00:00:00 2001 From: Andrew Lamb Date: Sun, 17 Apr 2022 08:38:53 -0400 Subject: [PATCH] fmt --- arrow/src/json/reader.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/arrow/src/json/reader.rs b/arrow/src/json/reader.rs index 454bbb5ff76a..f224b3b5bdc3 100644 --- a/arrow/src/json/reader.rs +++ b/arrow/src/json/reader.rs @@ -3324,7 +3324,6 @@ mod tests { assert_eq!(100000000000011, sum_a); } - #[test] fn test_options_clone() { // ensure options have appropriate derivation