Skip to content

Commit 621fcaf

Browse files
committed
Implement RFC 531.
1 parent 1423a2e commit 621fcaf

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,9 @@ the direction the language is evolving in.
9191
[When you need to follow this process]: #when-you-need-to-follow-this-process
9292

9393
You need to follow this process if you intend to make "substantial"
94-
changes to the Rust distribution. What constitutes a "substantial"
95-
change is evolving based on community norms, but may include the following.
94+
changes to Rust, Cargo, Crates.io, or the RFC process itself. What constitutes
95+
a "substantial" change is evolving based on community norms, but may include
96+
the following.
9697

9798
- Any semantic or syntactic change to the language that is not a bugfix.
9899
- Removing language features, including those that are feature-gated.
@@ -269,7 +270,7 @@ feel free to ask (e.g. by leaving a comment on the associated issue).
269270
[RFC Postponement]: #rfc-postponement
270271

271272
Some RFC pull requests are tagged with the 'postponed' label when they
272-
are closed (as part of the rejection process). An RFC closed with
273+
are closed (as part of the rejection process). An RFC closed with
273274
“postponed” is marked as such because we want neither to think about
274275
evaluating the proposal nor about implementing the described feature
275276
until after the next major release, and we believe that we can afford

text/0000-define-rfc-scope.md renamed to text/0531-define-rfc-scope.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
- Start Date: 2014-12-18
2-
- RFC PR:
3-
- Rust Issue:
2+
- RFC PR: [531](https://github.com/rust-lang/rfcs/pull/531)
3+
- Rust Issue: n/a
44

55
# Summary
66

0 commit comments

Comments
 (0)