From 3c97daf135f884ae815af9ada2c44b179646854f Mon Sep 17 00:00:00 2001 From: Yanxin Date: Mon, 25 Nov 2019 19:31:25 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BA=A0=E6=AD=A3=E9=93=BE=E6=8E=A5=E5=90=8D"T?= =?UTF-8?q?he=20Nomicon"=E4=B8=BA"The=20Rustonomicon"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 进入链接看到的名称为The Rustonomicon. --- src/ch15-06-reference-cycles.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ch15-06-reference-cycles.md b/src/ch15-06-reference-cycles.md index 5650435..6f0610b 100644 --- a/src/ch15-06-reference-cycles.md +++ b/src/ch15-06-reference-cycles.md @@ -342,6 +342,6 @@ fn main() { 如果本章内容引起了你的兴趣并希望现在就实现你自己的智能指针的话,请阅读 [“The Nomicon”] 来获取更多有用的信息。 -[“The Nomicon”]: https://doc.rust-lang.org/stable/nomicon/ +[“The Rustonomicon”]: https://doc.rust-lang.org/stable/nomicon/ 接下来,让我们谈谈 Rust 的并发。届时甚至还会学习到一些新的对并发有帮助的智能指针。