diff options
| author | Who? Me?! <mark-i-m@users.noreply.github.com> | 2019-01-15 21:02:51 -0500 |
|---|---|---|
| committer | Who? Me?! <mark-i-m@users.noreply.github.com> | 2019-01-17 18:56:02 -0600 |
| commit | 5ffa85846761bb338643ab488c8a9accf7884101 (patch) | |
| tree | 434451a55172fa5d0f6dfa7582d84ac96980cb61 /src/doc/rustc-dev-guide | |
| parent | 008735c00abfa49ddbe95c90ce18880041c22f7f (diff) | |
| download | rust-5ffa85846761bb338643ab488c8a9accf7884101.tar.gz rust-5ffa85846761bb338643ab488c8a9accf7884101.zip | |
Update src/stabilization_guide.md
Co-Authored-By: rajcspsg <raj.cs.psg@gmail.com>
Diffstat (limited to 'src/doc/rustc-dev-guide')
| -rw-r--r-- | src/doc/rustc-dev-guide/src/stabilization_guide.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/stabilization_guide.md b/src/doc/rustc-dev-guide/src/stabilization_guide.md index 3af4aff738f..d21fbb1747a 100644 --- a/src/doc/rustc-dev-guide/src/stabilization_guide.md +++ b/src/doc/rustc-dev-guide/src/stabilization_guide.md @@ -157,7 +157,7 @@ becomes If any documentation for this feature exists, it should be in the `Unstable Book`, located at `src/doc/unstable-book`. -Regardless of its existence, the page for the feature gate +If it exists, the page for the feature gate should be removed. If there was documentation there, integrating it into the |
