This commit is contained in:
Yolo 2022-05-31 16:32:40 +08:00
parent 4b6900a6fe
commit 85c6b77651

View File

@ -17,7 +17,7 @@ mod back_of_house {
pub fn eat_at_restaurant() {
// 在夏天订购一个黑麦土司作为早餐
let mut meal = back_of_house::Breakfast::summer("Rye");
// 改变意更换想要面包的类型
// 改变意更换想要面包的类型
meal.toast = String::from("Wheat");
println!("I'd like {} toast please", meal.toast);