Merge pull request #2583 from rust-lang/tshepang-patch-4

remove untrue/contentious statement
This commit is contained in:
Tshepang Mbambo
2025-10-27 15:39:14 +02:00
committed by GitHub

View File

@@ -52,9 +52,9 @@ channels: stable, beta, and nightly.
- **Stable**: this is the latest stable release for general usage. - **Stable**: this is the latest stable release for general usage.
- **Beta**: this is the next release (will be stable within 6 weeks). - **Beta**: this is the next release (will be stable within 6 weeks).
- **Nightly**: follows the `master` branch of the repo. This is the only - **Nightly**: follows the `master` branch of the repo.
channel where unstable, incomplete, or experimental features are usable with This is the only channel where unstable features are intended to be used,
feature gates. which happens via opt-in feature gates.
See [this chapter on implementing new features](./implementing_new_features.md) for more See [this chapter on implementing new features](./implementing_new_features.md) for more
information. information.