Skip to content

Commit 3791ff3

Browse files
committed
Always build docs as if we have encryption enabled
1 parent ddee1e2 commit 3791ff3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

parquet/src/arrow/mod.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,7 @@
9696
//!
9797
//! # Example of reading uniformly encrypted parquet file into arrow record batch
9898
//!
99-
#![cfg_attr(feature = "encryption", doc = "```rust")]
100-
#![cfg_attr(not(feature = "encryption"), doc = "```ignore")]
99+
//! ```rust
101100
//! # use arrow_array::{Int32Array, ArrayRef};
102101
//! # use arrow_array::{types, RecordBatch};
103102
//! # use parquet::arrow::arrow_reader::{

0 commit comments

Comments
 (0)