Skip to content

Commit 5e9f4ad

Browse files
committed
docs(contrib): Group unstable impl sections
1 parent c9ed4be commit 5e9f4ad

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/doc/contrib/src/process/unstable.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ something is only partially implemented, it may have both
3737
[S-accepted]: https://github.com/rust-lang/cargo/labels/S-accepted
3838
[S-waiting-on-feedback]: https://github.com/rust-lang/cargo/labels/S-waiting-on-feedback
3939

40-
## Unstable feature opt-in
40+
## Implementation
41+
42+
#### Unstable feature opt-in
4143

4244
For features that require behavior changes or new syntax in `Cargo.toml`, then
4345
it will need a `cargo-features` value placed at the top of `Cargo.toml` to
@@ -51,7 +53,7 @@ module] also describes how to add these. New flags should use the
5153
`fail_if_stable_opt` method to check if the `-Z unstable-options` flag has
5254
been passed.
5355

54-
## Unstable documentation
56+
#### Unstable documentation
5557

5658
Every unstable feature should have a section added to the [unstable chapter]
5759
describing how to use the feature.

0 commit comments

Comments
 (0)