Skip to content

Commit 1b11620

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stabilization_guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ writing, the next stable release (what is currently beta, iow) was
100100

101101
### Removing existing uses of the feature-gate
102102

103-
Next search for the feature string (in this case, pub_restricted)
103+
Next search for the feature string (in this case, `pub_restricted`)
104104
in the codebase to find where it appears. Change uses of
105105
`#![feature(XXX)]` from the stdlib and rustc crates to be
106106
`#![cfg_attr(stage0, feature(XXX))]`. This includes the feature-gate

0 commit comments

Comments
 (0)