File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ homepage = { workspace = true }
88include = { workspace = true }
99keywords = { workspace = true }
1010license = { workspace = true }
11- readme = { workspace = true }
11+ readme = " README.md "
1212repository = { workspace = true }
1313rust-version = { workspace = true }
1414version = { workspace = true }
Original file line number Diff line number Diff 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;
Original file line number Diff line number Diff line change 55#![ doc = include_str ! ( concat!( "../" , env!( "CARGO_PKG_README" ) ) ) ]
66
77use vortex_array:: expr:: session:: ExprSession ;
8- pub use vortex_array:: { expr , * } ;
8+ pub use vortex_array:: * ;
99#[ cfg( feature = "files" ) ]
1010pub use vortex_file as file;
1111use vortex_io:: session:: RuntimeSession ;
You can’t perform that action at this time.
0 commit comments