mirror of
https://github.com/KaiserY/trpl-zh-cn
synced 2025-04-05 19:28:04 +08:00
Update Config::new function name
- `Config::new` 函数定义 改为 - `Config::build` 函数定义
This commit is contained in:
parent
407f168637
commit
308c6e2e8d
@ -235,7 +235,7 @@ Rust 提示我们的代码忽略了 `Result` 值,它可能表明这里存在
|
||||
- `run` 函数定义
|
||||
- 相关的 `use` 语句
|
||||
- `Config` 的定义
|
||||
- `Config::new` 函数定义
|
||||
- `Config::build` 函数定义
|
||||
|
||||
现在 *src/lib.rs* 的内容应该看起来像示例 12-13(为了简洁省略了函数体)。注意直到下一个示例修改完 *src/main.rs* 之后,代码还不能编译:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user