diff options
| author | Alexander Melentyev <alexander.melentyev@icloud.com> | 2021-06-21 12:11:37 +0300 |
|---|---|---|
| committer | Alexander Melentyev <alexander.melentyev@icloud.com> | 2021-06-21 12:11:37 +0300 |
| commit | e84c9aed6d82eddcaf96d1c4fe90adcd2182b9a0 (patch) | |
| tree | c31e8ce52d3a7eba428ebb016064783178174704 /src/tools/rustfmt/Design.md | |
| parent | fb3ea63d9b4c3e9bb90d4250b870faaffb9c8fd2 (diff) | |
| download | rust-e84c9aed6d82eddcaf96d1c4fe90adcd2182b9a0.tar.gz rust-e84c9aed6d82eddcaf96d1c4fe90adcd2182b9a0.zip | |
Delete spaces
Diffstat (limited to 'src/tools/rustfmt/Design.md')
| -rw-r--r-- | src/tools/rustfmt/Design.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/rustfmt/Design.md b/src/tools/rustfmt/Design.md index 00a7652aee0..7a4dcf8773b 100644 --- a/src/tools/rustfmt/Design.md +++ b/src/tools/rustfmt/Design.md @@ -150,8 +150,8 @@ for its configuration. Our visitor keeps track of the desired current indent due to blocks ( `block_indent`). Each `visit_*` method reformats code according to this indent, -`config.comment_width()` and `config.max_width()`. Most reformatting that is done -in the `visit_*` methods is a bit hacky and is meant to be temporary until it can +`config.comment_width()` and `config.max_width()`. Most reformatting that is done +in the `visit_*` methods is a bit hacky and is meant to be temporary until it can be done properly. There are a bunch of methods called `rewrite_*`. They do the bulk of the |
