Update src/stabilization_guide.md
Co-Authored-By: rajcspsg <raj.cs.psg@gmail.com>
This commit is contained in:
parent
e2affaf077
commit
fe38640965
|
|
@ -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 */ }
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue