File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff 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
4949Some 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
5960If you submit a pull request to implement a new feature without going through
6061the RFC process, it may be closed with a polite request to submit an RFC first.
You can’t perform that action at this time.
0 commit comments