Skip to content

Commit

Permalink
feature flag off util stuff that uses stdrng
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb committed Jul 9, 2021
1 parent f6f48b7 commit aa7111a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arrow/src/util/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,20 @@
// specific language governing permissions and limitations
// under the License.

#[cfg(feature = "test_utils")]
pub mod bench_util;
pub mod bit_chunk_iterator;
pub mod bit_util;
#[cfg(feature = "test_utils")]
pub mod data_gen;
pub mod display;
#[cfg(feature = "test_utils")]
pub mod integration_util;
#[cfg(feature = "prettyprint")]
pub mod pretty;
pub(crate) mod serialization;
pub mod string_writer;
#[cfg(feature = "test_utils")]
pub mod test_util;

mod trusted_len;
Expand Down

0 comments on commit aa7111a

Please sign in to comment.