Skip to content

Commit

Permalink
Update hdf5-types/src/dyn_value.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Magnus Ulimoen <[email protected]>
Signed-off-by: James McNally <[email protected]>
  • Loading branch information
JamesMc86 and mulimoen authored Apr 21, 2024
1 parent b975a21 commit fdb5edc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hdf5-types/src/dyn_value.rs
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,7 @@ impl<'a> DynValue<'a> {
FixedUnicode(_) => DynFixedString::new(buf, true).into(),
VarLenAscii => DynVarLenString::new(buf, false).into(),
VarLenUnicode => DynVarLenString::new(buf, true).into(),
Reference(_x) => todo!(),
Reference(_x) => todo!("References are not yet supported as fill value"),
}
}
}
Expand Down

0 comments on commit fdb5edc

Please sign in to comment.