From 34336d72f9780d5ea4d78fa4b7357cbf4408dc58 Mon Sep 17 00:00:00 2001 From: tomoat Date: Thu, 27 Jan 2022 17:52:12 +0800 Subject: [PATCH] Update cargo.md --- book/contents/first-try/cargo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/contents/first-try/cargo.md b/book/contents/first-try/cargo.md index 91c2b4f5..0c248798 100644 --- a/book/contents/first-try/cargo.md +++ b/book/contents/first-try/cargo.md @@ -97,7 +97,7 @@ $ cargo check Finished dev [unoptimized + debuginfo] target(s) in 0.06s ``` -> Rust 虽然编译速度还行,但是还是不能 Go 语言相提并论,因为 Rust 需要做很多复杂的编译优化和语言特性解析, 甚至连如何优化编译速度都成了一门学问:[优化编译速度](../compiler/speed-up.md) +> Rust 虽然编译速度还行,但是还是不能和 Go 语言相提并论,因为 Rust 需要做很多复杂的编译优化和语言特性解析, 甚至连如何优化编译速度都成了一门学问:[优化编译速度](../compiler/speed-up.md) ## Cargo.toml 和 Cargo.lock