From 4926605fc3680f838c88e1cb91cbf6c35bfb9351 Mon Sep 17 00:00:00 2001 From: sunface Date: Wed, 15 Feb 2023 12:03:51 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E7=AB=A0=E8=8A=82=E9=A1=BA?= =?UTF-8?q?=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/SUMMARY.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/SUMMARY.md b/src/SUMMARY.md index 6d4a51b6..1b6ed9ea 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -2,6 +2,7 @@ [Rust 语言圣经](about-book.md) [进入 Rust 编程世界](into-rust.md) +[避免从入门到放弃](first-try/sth-you-should-not-do.md) --- @@ -21,7 +22,7 @@ - [认识 Cargo](first-try/cargo.md) - [不仅仅是 Hello world](first-try/hello-world.md) - [下载依赖太慢了?](first-try/slowly-downloading.md) - - [避免从入门到放弃](first-try/sth-you-should-not-do.md) + # Rust 语言学习