Skip to content

Commit 37ffa30

Browse files
sslime336tshepang
authored andcommitted
Fix line length out of limit
1 parent 50dbcba commit 37ffa30

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: src/implementing_new_features.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,8 @@ a new unstable feature:
177177

178178
1. Add a test to ensure the feature cannot be used without
179179
a feature gate, by creating `tests/ui/feature-gates/feature-gate-$feature_name.rs`.
180-
You can generate the corresponding `.stderr` file by running `./x test tests/ui/feature-gates/ --bless`.
180+
You can generate the corresponding `.stderr` file by running `./x test
181+
tests/ui/feature-gates/ --bless`.
181182

182183
1. Add a section to the unstable book, in
183184
`src/doc/unstable-book/src/language-features/$feature_name.md`.

0 commit comments

Comments
 (0)