Add link to documentation about feature gates
This commit is contained in:
parent
597f889e45
commit
eb23a7333f
1 changed files with 3 additions and 0 deletions
|
@ -101,6 +101,9 @@ impl Feature {
|
|||
}
|
||||
}
|
||||
|
||||
// See https://rustc-dev-guide.rust-lang.org/feature-gates.html#feature-gates for more
|
||||
// documentation about handling feature gates.
|
||||
//
|
||||
// If you change this, please modify `src/doc/unstable-book` as well.
|
||||
//
|
||||
// Don't ever remove anything from this list; move them to `accepted.rs` if
|
||||
|
|
Loading…
Reference in a new issue