diff options
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/10-transient-0/output/rust/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/10-transient-0/output/rust/src/lib.rs b/examples/10-transient-0/output/rust/src/lib.rs index b736203..0ca708d 100644 --- a/examples/10-transient-0/output/rust/src/lib.rs +++ b/examples/10-transient-0/output/rust/src/lib.rs @@ -51,7 +51,7 @@ mod test { } #[test] - fn nested_struct() { + fn struct_with_struct() { let value = StructWithStruct { inner: StructWithInt32 { a: 10, b: 25 }, c: 42 }; assert_round_trip_encoding( |
