Fix line length out of limit

This commit is contained in:
sslime336 2023-07-01 01:36:24 +08:00 committed by Tshepang Mbambo
parent e2487ebdc4
commit 774f3f18b3
1 changed files with 2 additions and 1 deletions

View File

@ -177,7 +177,8 @@ a new unstable feature:
1. Add a test to ensure the feature cannot be used without 1. Add a test to ensure the feature cannot be used without
a feature gate, by creating `tests/ui/feature-gates/feature-gate-$feature_name.rs`. a feature gate, by creating `tests/ui/feature-gates/feature-gate-$feature_name.rs`.
You can generate the corresponding `.stderr` file by running `./x test tests/ui/feature-gates/ --bless`. You can generate the corresponding `.stderr` file by running `./x test
tests/ui/feature-gates/ --bless`.
1. Add a section to the unstable book, in 1. Add a section to the unstable book, in
`src/doc/unstable-book/src/language-features/$feature_name.md`. `src/doc/unstable-book/src/language-features/$feature_name.md`.