Update src/stabilization_guide.md

Co-Authored-By: rajcspsg <raj.cs.psg@gmail.com>
This commit is contained in:
Who? Me?! 2019-01-15 21:02:36 -05:00
parent e2affaf077
commit fe38640965
1 changed files with 3 additions and 1 deletions

View File

@ -147,7 +147,9 @@ leaving just the `/* XXX */`.
/* XXX */
if self.tcx.sess.features.borrow().pub_restricted && something { /* XXX */ }
= becomes ==>
```
becomes
```rust
if something { /* XXX */ }
```