Remove comma

This commit is contained in:
mo8it 2024-05-12 22:44:46 +02:00
parent 8c3b8dcec4
commit 01509a2a84

View file

@ -1,7 +1,7 @@
// structs3.rs // structs3.rs
// //
// Structs contain data, but can also have logic. In this exercise we have // Structs contain data, but can also have logic. In this exercise we have
// defined the Package struct, and we want to test some logic attached to it. // defined the Package struct and we want to test some logic attached to it.
// Make the code compile and the tests pass! // Make the code compile and the tests pass!
// //
// Execute `rustlings hint structs3` or use the `hint` watch subcommand for a // Execute `rustlings hint structs3` or use the `hint` watch subcommand for a