Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix docs.rs build for datafusion-proto
  • Loading branch information
alamb committed Apr 26, 2024
commit 059cfcb1a91be8337d668fe8446dd76448e2bcdf
1 change: 0 additions & 1 deletion datafusion/proto/src/generated/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

#[allow(clippy::all)]
#[rustfmt::skip]
#[cfg(not(docsrs))]
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this was added in #3580 but now that the code is vendored (doesn't require running protoc at compile time) I think it should work

However, I don't really understand why it stopped working in the first place 🤔

pub mod datafusion {
include!("prost.rs");

Expand Down