1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2025-06-15 00:04:58 +02:00

structs3 solution

This commit is contained in:
mo8it
2024-06-21 22:54:00 +02:00
parent 1264510fc0
commit d6fd251a73
3 changed files with 101 additions and 18 deletions

View File

@ -434,7 +434,7 @@ the places it goes through right?
For `get_fees`: This method takes an additional argument, is there a field in
the `Package` struct that this relates to?
Have a look in The Book, to find out more about method implementations:
Have a look in The Book to find out more about method implementations:
https://doc.rust-lang.org/book/ch05-03-method-syntax.html"""
# ENUMS