Skip to content

Commit 5002850

Browse files
committed
fixup
Signed-off-by: Joe Isaacs <[email protected]>
1 parent 94ea094 commit 5002850

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

vortex-array/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ homepage = { workspace = true }
88
include = { workspace = true }
99
keywords = { workspace = true }
1010
license = { workspace = true }
11-
readme = { workspace = true }
11+
readme = "README.md"
1212
repository = { workspace = true }
1313
rust-version = { workspace = true }
1414
version = { workspace = true }

vortex-array/src/expr/exprs/binary.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ impl ExpressionView<'_, Binary> {
258258
/// ## Example usage
259259
///
260260
/// ```
261-
/// # use vortex_array::arrays::{BoolArray, PrimitiveArray };
261+
/// # use vortex_array::arrays::{BoolArray, PrimitiveArray};
262262
/// # use vortex_array::{Array, IntoArray, ToCanonical};
263263
/// # use vortex_array::validity::Validity;
264264
/// # use vortex_buffer::buffer;

vortex/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#![doc = include_str!(concat!("../", env!("CARGO_PKG_README")))]
66

77
use vortex_array::expr::session::ExprSession;
8-
pub use vortex_array::{expr, *};
8+
pub use vortex_array::*;
99
#[cfg(feature = "files")]
1010
pub use vortex_file as file;
1111
use vortex_io::session::RuntimeSession;

0 commit comments

Comments
 (0)