You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ following.
44
44
- Removing language features, including those that are feature-gated.
45
45
- Changes to the interface between the compiler and libraries, including lang
46
46
items and intrinsics.
47
-
-Additions to `std`.
47
+
-Large additions to `std`.
48
48
49
49
Some changes do not require an RFC:
50
50
@@ -55,6 +55,7 @@ Some changes do not require an RFC:
55
55
more errors, etc.)
56
56
- Additions only likely to be _noticed by_ other developers-of-rust,
57
57
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).
58
59
59
60
If you submit a pull request to implement a new feature without going through
60
61
the RFC process, it may be closed with a polite request to submit an RFC first.
0 commit comments