From 34f198ef015c150e9062f83c54ea367eb7f731c1 Mon Sep 17 00:00:00 2001 From: Scott Rhodes <38151815+Scott169@users.noreply.github.com> Date: Sat, 1 Jul 2023 16:03:40 -0400 Subject: [PATCH] Update 1.69.md --- src/appendix/rust-versions/1.69.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/appendix/rust-versions/1.69.md b/src/appendix/rust-versions/1.69.md index 8e527180..80d2b0e0 100644 --- a/src/appendix/rust-versions/1.69.md +++ b/src/appendix/rust-versions/1.69.md @@ -28,7 +28,7 @@ warning: `foo` (bin "foo") generated 1 warning (run `cargo fix --bin "foo"` to a 注意上面的完整命令(即包含 `--bin foo`)仅在你想要精确修复一个单独的 crate 时需要附上。默认执行 workspace 下所有 fixs 只需要 `cargo fix` 。 -## 构建脚步默认不再包含调试信息 +## 构建脚本默认不再包含调试信息 为了提高编译速度,Cargo 现在默认避免在构建脚本中发出调试信息。构建脚本成功执行时不会有可见的效果,但构建脚本中的回溯(backtraces)将包含更少的信息。