Skip to content

Commit ea37742

Browse files
mark-i-mrajcspsg
andcommitted
Update src/stabilization_guide.md
Co-Authored-By: rajcspsg <[email protected]>
1 parent dd43338 commit ea37742

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
@@ -147,7 +147,9 @@ leaving just the `/* XXX */`.
147147
/* XXX */
148148

149149
if self.tcx.sess.features.borrow().pub_restricted && something { /* XXX */ }
150-
= becomes ==>
150+
```
151+
becomes
152+
```rust
151153
if something { /* XXX */ }
152154
```
153155

0 commit comments

Comments
 (0)