Skip to content

Commit

Permalink
Fix warnings without selected arrow version
Browse files Browse the repository at this point in the history
  • Loading branch information
chmp committed Nov 2, 2023
1 parent 278cd8f commit 1fce2fb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions serde_arrow/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,9 @@
//! | `arrow-38` | `arrow=38` | | | |
//! | `arrow-37` | `arrow=37` | | | |
//!

// be more forgiving without any active implementation
#[cfg_attr(all(not(has_arrow), not(has_arrow2)), allow(unused))]
mod internal;

/// *Internal. Do not use*
Expand Down

0 comments on commit 1fce2fb

Please sign in to comment.