Skip to content

Commit

Permalink
Allow unused imports in parquet test_common
Browse files Browse the repository at this point in the history
Can drop this after rebase on commit 80a6ef7 "Fix parquet clippy lints (apache#1254) (apache#2377)", first released in 21.0.0
  • Loading branch information
mcheshkov committed Aug 27, 2024
1 parent 9b100e7 commit b5a369f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions parquet/src/util/test_common/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
// specific language governing permissions and limitations
// under the License.

#![allow(unused)]

pub mod file_util;
pub mod page_util;
pub mod rand_gen;
Expand Down

0 comments on commit b5a369f

Please sign in to comment.