Skip to content

Commit 0c8d919

Browse files
committed
Suppress missing docs clippy check in test code
1 parent d984ae2 commit 0c8d919

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

datafusion/core/src/physical_optimizer/test_utils.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717

1818
//! Collection of testing utility functions that are leveraged by the query optimizer rules
1919
20+
#![allow(missing_docs)]
21+
2022
use std::any::Any;
2123
use std::fmt::Formatter;
2224
use std::sync::Arc;

datafusion/core/src/test/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717

1818
//! Common unit test utility methods
1919
20+
#![allow(missing_docs)]
21+
2022
use std::any::Any;
2123
use std::fs::File;
2224
use std::io::prelude::*;

0 commit comments

Comments
 (0)