Skip to content

Commit 2e8eaaf

Browse files
stabilization_guide: add missing ) in prose
1 parent 5cf3836 commit 2e8eaaf

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
@@ -64,7 +64,7 @@ Before the stabilization will be considered by the lang team, there must be a co
6464
There is a central listing of unstable feature-gates in [`compiler/rustc_feature/src/unstable.rs`].
6565
Search for the `declare_features!` macro.
6666
There should be an entry for the feature you are aiming to stabilize,
67-
something like the following (taken from [rust-lang/rust#32409]:
67+
something like the following (taken from [rust-lang/rust#32409]):
6868

6969
```rust,ignore
7070
// pub(restricted) visibilities (RFC 1422)

0 commit comments

Comments
 (0)