Skip to content

Commit 41d76b9

Browse files
committed
whoops type
Signed-off-by: Daniel King <[email protected]>
1 parent bb3e520 commit 41d76b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vortex-dtype/src/dtype.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ impl DType {
403403
}
404404

405405
/// Get the `StructDType` if `self` is a `StructDType`, otherwise `None`
406-
pub fn into_struct_fields_opt(self) -> StructFields {
406+
pub fn into_struct_fields_opt(self) -> Option<StructFields> {
407407
if let Struct(f, _) = self {
408408
Some(f)
409409
} else {

0 commit comments

Comments
 (0)