From e3b6963893a77436b17a6188bb690143c127f678 Mon Sep 17 00:00:00 2001 From: YangFong <2419731931@qq.com> Date: Mon, 15 Apr 2024 10:14:38 +0800 Subject: [PATCH] Update english/src/appendix-07-nightly-rust.md --- english/src/appendix-07-nightly-rust.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/english/src/appendix-07-nightly-rust.md b/english/src/appendix-07-nightly-rust.md index eb55e17..ac3fbb9 100644 --- a/english/src/appendix-07-nightly-rust.md +++ b/english/src/appendix-07-nightly-rust.md @@ -114,9 +114,11 @@ work as expected, you can report it to the team and get it fixed before the next stable release happens! Breakage in a beta release is relatively rare, but `rustc` is still a piece of software, and bugs do exist. -### Maintenance Time +### Maintenance time -The Rust project supports the most recent stable version. When a new stable version is released, the old version reaches its end of life (EOL). This means each version is supported for six weeks. +The Rust project supports the most recent stable version. When a new stable +version is released, the old version reaches its end of life (EOL). This means +each version is supported for six weeks. ### Unstable Features