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;