From 9507fc12783c5dab704dc3582c59e5b8deeb2ffd Mon Sep 17 00:00:00 2001 From: Allenyou <36348439+Allenyou1126@users.noreply.github.com> Date: Mon, 8 Jan 2024 16:50:34 +0800 Subject: [PATCH] Update lifetime.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将不规范的省略号(。。。)修改为中文省略号(……) --- src/basic/lifetime.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/basic/lifetime.md b/src/basic/lifetime.md index 7d0ffeb1..d1407377 100644 --- a/src/basic/lifetime.md +++ b/src/basic/lifetime.md @@ -476,7 +476,7 @@ help: consider using one of the available lifetimes here | +++++++++ ``` -不得不说,Rust 编译器真的很强大,还贴心的给我们提示了该如何修改,虽然。。。好像。。。。它的提示貌似不太准确。这里我们更希望参数和返回值都是 `'a` 生命周期。 +不得不说,Rust 编译器真的很强大,还贴心的给我们提示了该如何修改,虽然……好像……。它的提示貌似不太准确。这里我们更希望参数和返回值都是 `'a` 生命周期。 ## 方法中的生命周期