mirror of
https://github.com/KaiserY/trpl-zh-cn
synced 2024-11-14 04:41:49 +08:00
commit
823b52ddbf
@ -17,7 +17,7 @@ mod back_of_house {
|
|||||||
pub fn eat_at_restaurant() {
|
pub fn eat_at_restaurant() {
|
||||||
// 在夏天订购一个黑麦土司作为早餐
|
// 在夏天订购一个黑麦土司作为早餐
|
||||||
let mut meal = back_of_house::Breakfast::summer("Rye");
|
let mut meal = back_of_house::Breakfast::summer("Rye");
|
||||||
// 改变注意更换想要面包的类型
|
// 改变主意更换想要面包的类型
|
||||||
meal.toast = String::from("Wheat");
|
meal.toast = String::from("Wheat");
|
||||||
println!("I'd like {} toast please", meal.toast);
|
println!("I'd like {} toast please", meal.toast);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user