Skip to content

Commit 7de5cf5

Browse files
authored
Merge pull request #2583 from rust-lang/tshepang-patch-4
remove untrue/contentious statement
2 parents 494f114 + f9ec745 commit 7de5cf5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/contributing.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ channels: stable, beta, and nightly.
5252

5353
- **Stable**: this is the latest stable release for general usage.
5454
- **Beta**: this is the next release (will be stable within 6 weeks).
55-
- **Nightly**: follows the `master` branch of the repo. This is the only
56-
channel where unstable, incomplete, or experimental features are usable with
57-
feature gates.
55+
- **Nightly**: follows the `master` branch of the repo.
56+
This is the only channel where unstable features are intended to be used,
57+
which happens via opt-in feature gates.
5858

5959
See [this chapter on implementing new features](./implementing_new_features.md) for more
6060
information.

0 commit comments

Comments
 (0)