From 7b10e709022368659ed84c37dfb39977643f99bc Mon Sep 17 00:00:00 2001 From: mg-chao Date: Thu, 6 Jan 2022 18:21:38 +0800 Subject: [PATCH] fix: translate structs --- exercise/info.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercise/info.toml b/exercise/info.toml index 11b4893d..63a3615a 100644 --- a/exercise/info.toml +++ b/exercise/info.toml @@ -294,7 +294,7 @@ name = "structs3" path = "exercises/structs/structs3.rs" mode = "test" hint = """ -Package 实现的 new 方法在重量(weight_in_grams)不符合物理的情况下需要 panic :),在 Rust 需要怎么做? +Package 实现的 new 方法在重量(weight_in_grams)不符合物理的情况下需要 panic :),这在 Rust 需要怎么做? 对于 is_international:一个包裹具有国际性的条件有哪些?似乎与它所经过的地方有关吧?