diff --git a/vortex-serde/src/layouts/read/layouts/inline_dtype.rs b/vortex-serde/src/layouts/read/layouts/inline_dtype.rs index 4a4f582ec6..ee969b69d1 100644 --- a/vortex-serde/src/layouts/read/layouts/inline_dtype.rs +++ b/vortex-serde/src/layouts/read/layouts/inline_dtype.rs @@ -16,7 +16,7 @@ use crate::stream_writer::ByteRange; #[derive(Debug)] pub struct InlineDTypeLayoutSpec; -impl LayoutSpec for InlineDType LayoutSpec { +impl LayoutSpec for InlineDTypeLayoutSpec { fn id(&self) -> LayoutId { INLINE_SCHEMA_LAYOUT_ID }