This commit is contained in:
Tim 'Piepmatz' Hesse 2024-06-01 16:15:03 +02:00
parent bdbb0cd088
commit 2b68be5922

View File

@ -258,7 +258,7 @@ fn unit_struct_from_value() {
}
#[test]
fn unit_strcut_roundtrip() {
fn unit_struct_roundtrip() {
let expected = UnitStruct;
let actual =
UnitStruct::from_value(UnitStruct.into_value_unknown(), Span::test_data()).unwrap();