remove trailing whitespace (tidy)

This commit is contained in:
Chris Simpkins
2020-03-09 22:15:41 -04:00
parent 9f734c978c
commit 4922b683de
+1 -1
View File
@@ -367,7 +367,7 @@ pub fn parse(args: &[String]) -> Flags {
./x.py test src/libstd --stage 0 --no-doc
./x.py test src/test/ui --bless
./x.py test src/test/ui --compare-mode nll
Note that `test src/test/* --stage N` does NOT depend on `build src/rustc --stage N`;
just like `build src/libstd --stage N` it tests the compiler produced by the previous
stage.