From 2b003a8b2172c3e95ee76dacff333af1b29d35a3 Mon Sep 17 00:00:00 2001 From: ganler Date: Mon, 21 Feb 2022 00:24:12 -0600 Subject: [PATCH] fix dead link --- contents/first-try/cargo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contents/first-try/cargo.md b/contents/first-try/cargo.md index 0a94b049..69866cf5 100644 --- a/contents/first-try/cargo.md +++ b/contents/first-try/cargo.md @@ -116,7 +116,7 @@ $ cargo check Finished dev [unoptimized + debuginfo] target(s) in 0.06s ``` -> Rust 虽然编译速度还行,但是还是不能 Go 语言相提并论,因为 Rust 需要做很多复杂的编译优化和语言特性解析,甚至连如何优化编译速度都成了一门学问 [优化编译速度](../compiler/speed-up.md) +> Rust 虽然编译速度还行,但是还是不能 Go 语言相提并论,因为 Rust 需要做很多复杂的编译优化和语言特性解析,甚至连如何优化编译速度都成了一门学问 [优化编译速度](../profiling/compiler/speed-up.md) ## Cargo.toml 和 Cargo.lock