Skip to content

Commit b5a369f

Browse files
committed
Allow unused imports in parquet test_common
Can drop this after rebase on commit 80a6ef7 "Fix parquet clippy lints (apache#1254) (apache#2377)", first released in 21.0.0
1 parent 9b100e7 commit b5a369f

File tree

1 file changed

+2
-0
lines changed
  • parquet/src/util/test_common

1 file changed

+2
-0
lines changed

parquet/src/util/test_common/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
// specific language governing permissions and limitations
1616
// under the License.
1717

18+
#![allow(unused)]
19+
1820
pub mod file_util;
1921
pub mod page_util;
2022
pub mod rand_gen;

0 commit comments

Comments
 (0)