File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
src/doc/contrib/src/process Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,9 @@ something is only partially implemented, it may have both
37
37
[ S-accepted ] : https://github.com/rust-lang/cargo/labels/S-accepted
38
38
[ S-waiting-on-feedback ] : https://github.com/rust-lang/cargo/labels/S-waiting-on-feedback
39
39
40
- ## Unstable feature opt-in
40
+ ## Implementation
41
+
42
+ #### Unstable feature opt-in
41
43
42
44
For features that require behavior changes or new syntax in ` Cargo.toml ` , then
43
45
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
51
53
` fail_if_stable_opt ` method to check if the ` -Z unstable-options ` flag has
52
54
been passed.
53
55
54
- ## Unstable documentation
56
+ #### Unstable documentation
55
57
56
58
Every unstable feature should have a section added to the [ unstable chapter]
57
59
describing how to use the feature.
You can’t perform that action at this time.
0 commit comments