Skip to content

Commit cb41427

Browse files
authored
Fix docs.rs build (#1696)
1 parent 101edc9 commit cb41427

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

parquet/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ arrow = { path = "../arrow", version = "13.0.0", default-features = false, featu
6363

6464
[package.metadata.docs.rs]
6565
all-features = true
66-
rustdoc-args = ["--cfg", "doc_cfg"]
6766

6867
[features]
6968
default = ["arrow", "snap", "brotli", "flate2", "lz4", "zstd", "base64"]

parquet/src/arrow/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ pub mod arrow_writer;
121121
mod bit_util;
122122

123123
#[cfg(feature = "async")]
124-
#[cfg_attr(doc_cfg, doc(cfg(feature = "async")))]
125124
pub mod async_reader;
126125

127126
experimental_mod!(converter);

0 commit comments

Comments
 (0)