Update Config::new function name

- `Config::new` 函数定义
改为
- `Config::build` 函数定义
pull/702/head
al00000 2 years ago committed by GitHub
parent 407f168637
commit 308c6e2e8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -235,7 +235,7 @@ Rust 提示我们的代码忽略了 `Result` 值,它可能表明这里存在
- `run` 函数定义
- 相关的 `use` 语句
- `Config` 的定义
- `Config::new` 函数定义
- `Config::build` 函数定义
现在 *src/lib.rs* 的内容应该看起来像示例 12-13为了简洁省略了函数体。注意直到下一个示例修改完 *src/main.rs* 之后,代码还不能编译:

Loading…
Cancel
Save