diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-02-17 09:05:01 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2020-02-17 09:05:01 +0000 |
commit | 953dbe3e02fa87bab2f12452746e6c50a47ac153 (patch) | |
tree | d1bd6044ce673398b79baaa318a3d063cae290f9 /crates/ra_lsp_server/src/main_loop.rs | |
parent | c9989a524caa3379aac4f451a452c7ac9b247ae8 (diff) | |
parent | a2b0bdcc24a64061364aaa017bf6caef1810da7c (diff) |
Merge #3181
3181: Add ability to pass additional arguments to rustfmt. r=matklad a=Leonqn
relates to #2848
Co-authored-by: Ilya Titkov <[email protected]>
Diffstat (limited to 'crates/ra_lsp_server/src/main_loop.rs')
-rw-r--r-- | crates/ra_lsp_server/src/main_loop.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/ra_lsp_server/src/main_loop.rs b/crates/ra_lsp_server/src/main_loop.rs index ceff82fda..1e70cea13 100644 --- a/crates/ra_lsp_server/src/main_loop.rs +++ b/crates/ra_lsp_server/src/main_loop.rs | |||
@@ -178,6 +178,7 @@ pub fn main_loop( | |||
178 | command: config.cargo_watch_command, | 178 | command: config.cargo_watch_command, |
179 | all_targets: config.cargo_watch_all_targets, | 179 | all_targets: config.cargo_watch_all_targets, |
180 | }, | 180 | }, |
181 | rustfmt_args: config.rustfmt_args, | ||
181 | } | 182 | } |
182 | }; | 183 | }; |
183 | 184 | ||