From cc543d7962b1de13887543b59347ce44477592a8 Mon Sep 17 00:00:00 2001 From: Robert Pack Date: Mon, 5 Jun 2023 01:46:51 +0200 Subject: [PATCH] fix: test import --- rust/tests/checkpoint_writer.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/rust/tests/checkpoint_writer.rs b/rust/tests/checkpoint_writer.rs index 42667cb165..5852e9c6f9 100644 --- a/rust/tests/checkpoint_writer.rs +++ b/rust/tests/checkpoint_writer.rs @@ -1,5 +1,3 @@ -#![deny(warnings)] - #[cfg(all(feature = "arrow", feature = "parquet"))] mod fs_common; use deltalake::action::DeltaOperation;