File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -386,11 +386,9 @@ name = "structs3"
386
386
path = " exercises/structs/structs3.rs"
387
387
mode = " test"
388
388
hint = """
389
- The new method needs to panic if the weight is physically impossible :), how do we do that in Rust?
390
-
391
389
For is_international: What makes a package international? Seems related to the places it goes through right?
392
390
393
- For calculate_transport_fees: Bigger is more expensive usually, we don't have size, but something may fit the bill here :)
391
+ For get_fees: This method takes an additional argument, is there a field in the Package struct that this relates to?
394
392
395
393
Have a look in The Book, to find out more about method implementations: https://doc.rust-lang.org/book/ch05-03-method-syntax.html"""
396
394
You can’t perform that action at this time.
0 commit comments