From 34aa1049bb8e25cf36bfc91cc1bb4e972a2eb223 Mon Sep 17 00:00:00 2001 From: lubical <691483523@qq.com> Date: Sat, 28 May 2022 22:10:25 +0800 Subject: [PATCH] =?UTF-8?q?solution=E4=BD=8D=E7=BD=AE=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit solution位置由仓库主页到具体答案页。 --- zh-CN/src/ownership/borrowing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-CN/src/ownership/borrowing.md b/zh-CN/src/ownership/borrowing.md index aee9771..bbf9854 100644 --- a/zh-CN/src/ownership/borrowing.md +++ b/zh-CN/src/ownership/borrowing.md @@ -167,4 +167,4 @@ fn main() { } ``` -> 你可以在[这里](https://github.com/sunface/rust-by-practice)找到答案(在 solutions 路径下) +> 你可以在[这里](https://github.com/sunface/rust-by-practice/blob/master/solutions/ownership/borrowing.md)找到答案(在 solutions 路径下)