We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 941d494 + 9a6a72b commit cfebdeaCopy full SHA for cfebdea
CONTRIBUTING.md
@@ -199,7 +199,7 @@ Some common invocations of `x.py` are:
199
This is the fastest way to recompile after you changed only rustc source code.
200
Note however that the resulting rustc binary won't have a stdlib to link
201
against by default. You can build libstd once with `x.py build src/libstd`,
202
- but it is is only guaranteed to work if recompiled, so if there are any issues
+ but it is only guaranteed to work if recompiled, so if there are any issues
203
recompile it.
204
- `x.py test` - build the full compiler & run all tests (takes a while). This
205
is what gets run by the continuous integration system against your pull
0 commit comments