Clarify what to do with accepted feature gates
The documentation only referenced `removed.rs`, but feature gates for accepted features move to `accepted.rs`.
This commit is contained in:
parent
ff0e14829e
commit
597f889e45
@ -103,7 +103,8 @@ pub fn set(&self, features: &mut Features, span: Span) {
|
||||
|
||||
// If you change this, please modify `src/doc/unstable-book` as well.
|
||||
//
|
||||
// Don't ever remove anything from this list; move them to `removed.rs`.
|
||||
// Don't ever remove anything from this list; move them to `accepted.rs` if
|
||||
// accepted or `removed.rs` if removed.
|
||||
//
|
||||
// The version numbers here correspond to the version in which the current status
|
||||
// was set. This is most important for knowing when a particular feature became
|
||||
|
Loading…
Reference in New Issue
Block a user