Update module.md

Fix missing tag "editable" in question 2's block.
This commit is contained in:
Scott Rhodes
2023-12-27 23:55:16 -05:00
committed by GitHub
parent e0d4bf479e
commit 39fe81751d

View File

@ -39,7 +39,7 @@ mod front_of_house {
2. 🌟🌟 让我们在库包的根中定义一个函数 `eat_at_restaurant`, 然后在该函数中调用之前创建的函数 `eat_at_restaurant` 2. 🌟🌟 让我们在库包的根中定义一个函数 `eat_at_restaurant`, 然后在该函数中调用之前创建的函数 `eat_at_restaurant`
```rust ```rust,editable
// in lib.rs // in lib.rs
// 填空并修复错误 // 填空并修复错误