docs: 修正关于 Rust 版本的介绍#101
Open
Jisu-Woniu wants to merge 3 commits into
Open
Conversation
Fix introduction about Rust editions
Member
|
我只能肯定,当前的翻译内容是落后了,但不能确定现在的内容是跟随 2021 版本的。 |
yoyo837
reviewed
Feb 24, 2024
| * 对于 Rust 自身开发者,其提供了项目整体的集合点。 | ||
|
|
||
| 在本文档编写时,Rust 有两个版本:Rust 2015 和 Rust 2018。本书基于 Rust 2018 edition 编写。 | ||
| 在本文档编写时,Rust 有两个版本:Rust 2015、Rust 2018 和 Rust 2021。本书基于 Rust 2021 edition 编写。 |
yoyo837
reviewed
Feb 24, 2024
Co-authored-by: Amumu <yoyo837@hotmail.com>
yoyo837
reviewed
Feb 24, 2024
Co-authored-by: Amumu <yoyo837@hotmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix introduction about Rust editions