Skip to content

Commit 3590fb3

Browse files
mark-i-mrajcspsg
andauthored
Update src/stabilization_guide.md
Co-Authored-By: rajcspsg <[email protected]>
1 parent 1b11620 commit 3590fb3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/stabilization_guide.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,9 @@ leaving just the `/* XXX */`.
143143

144144
```
145145
if self.tcx.sess.features.borrow().pub_restricted { /* XXX */ }
146-
= becomes ==>
146+
```
147+
becomes
148+
```rust
147149
/* XXX */
148150

149151
if self.tcx.sess.features.borrow().pub_restricted && something { /* XXX */ }

0 commit comments

Comments
 (0)