Skip to content

Commit

Permalink
Small arrow-avro lib.rs update
Browse files Browse the repository at this point in the history
Signed-off-by: Connor Sanders <[email protected]>
  • Loading branch information
jecsand838 committed Feb 12, 2025
1 parent 3dfe0df commit 0de2eda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arrow-avro/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ mod compression;

mod codec;

pub use reader::{Decoder, Reader, ReaderBuilder};
pub use self::reader::{Decoder, Reader, ReaderBuilder};

#[cfg(test)]
mod test_util {
Expand Down

0 comments on commit 0de2eda

Please sign in to comment.