Skip to content

Commit

Permalink
Suppress missing docs clippy check in test code
Browse files Browse the repository at this point in the history
  • Loading branch information
findepi committed Nov 28, 2024
1 parent 8b525bb commit fee0d90
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions datafusion/core/src/physical_optimizer/test_utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@

//! Collection of testing utility functions that are leveraged by the query optimizer rules
#![allow(missing_docs)]

use std::any::Any;
use std::fmt::Formatter;
use std::sync::Arc;
Expand Down
2 changes: 2 additions & 0 deletions datafusion/core/src/test/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@

//! Common unit test utility methods
#![allow(missing_docs)]

use std::any::Any;
use std::fs::File;
use std::io::prelude::*;
Expand Down

0 comments on commit fee0d90

Please sign in to comment.