Skip to content

Commit b655878

Browse files
committed
wrap lines in running.md
1 parent 69cdc0a commit b655878

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

src/tests/running.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,21 +61,24 @@ filtering for tests that include "issue-1234" in the name.
6161

6262
## Using incremental compilation
6363

64-
You can further enable the `--incremental` flag to save additional time in subsequent rebuilds:
64+
You can further enable the `--incremental` flag to save additional
65+
time in subsequent rebuilds:
6566

6667
```bash
6768
> ./x.py test --stage 1 src/test/ui --incremental --test-args issue-1234
6869
```
6970

70-
If you don't want to include the flag with every command, you can enable it in the `config.toml`, too:
71+
If you don't want to include the flag with every command, you can
72+
enable it in the `config.toml`, too:
7173

7274
```toml
7375
# Whether to always use incremental compilation when building rustc
7476
incremental = true
7577
```
7678

77-
Note that incremental compilation will use more disk space than usual. If disk space is a
78-
concern for you, you might want to check the size of the `build` directory from time to time.
79+
Note that incremental compilation will use more disk space than
80+
usual. If disk space is a concern for you, you might want to check the
81+
size of the `build` directory from time to time.
7982

8083
## Running tests manually
8184

0 commit comments

Comments
 (0)