Skip to content

Commit 0af6af8

Browse files
authored
Merge pull request #3871 from cyrgani/patch-2
mention ACPs in README.md
2 parents 2566590 + 386bb8c commit 0af6af8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ following.
4444
- Removing language features, including those that are feature-gated.
4545
- Changes to the interface between the compiler and libraries, including lang
4646
items and intrinsics.
47-
- Additions to `std`.
47+
- Large additions to `std`.
4848

4949
Some changes do not require an RFC:
5050

@@ -55,6 +55,7 @@ Some changes do not require an RFC:
5555
more errors, etc.)
5656
- Additions only likely to be _noticed by_ other developers-of-rust,
5757
invisible to users-of-rust.
58+
- Minor additions to `std`: these only require an [ACP](https://std-dev-guide.rust-lang.org/development/feature-lifecycle.html).
5859

5960
If you submit a pull request to implement a new feature without going through
6061
the RFC process, it may be closed with a polite request to submit an RFC first.

0 commit comments

Comments
 (0)