We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddee1e2 commit 3791ff3Copy full SHA for 3791ff3
parquet/src/arrow/mod.rs
@@ -96,8 +96,7 @@
96
//!
97
//! # Example of reading uniformly encrypted parquet file into arrow record batch
98
99
-#![cfg_attr(feature = "encryption", doc = "```rust")]
100
-#![cfg_attr(not(feature = "encryption"), doc = "```ignore")]
+//! ```rust
101
//! # use arrow_array::{Int32Array, ArrayRef};
102
//! # use arrow_array::{types, RecordBatch};
103
//! # use parquet::arrow::arrow_reader::{
0 commit comments