Skip to content

Commit cea60a2

Browse files
authored
Merge pull request #1273 from craymel/fix-structs3-hint
fix: Update structs3 hint
2 parents 97e3c41 + 2ceb59a commit cea60a2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

info.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -386,11 +386,9 @@ name = "structs3"
386386
path = "exercises/structs/structs3.rs"
387387
mode = "test"
388388
hint = """
389-
The new method needs to panic if the weight is physically impossible :), how do we do that in Rust?
390-
391389
For is_international: What makes a package international? Seems related to the places it goes through right?
392390
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?
394392
395393
Have a look in The Book, to find out more about method implementations: https://doc.rust-lang.org/book/ch05-03-method-syntax.html"""
396394

0 commit comments

Comments
 (0)