diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-11-26 10:43:35 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2020-11-26 10:43:35 +0000 |
commit | db6988d4e7646c09dc882fddcd5d9cf74f467276 (patch) | |
tree | 43f8ac2418fdb8143046ba207605f141eaee818b /rustfmt.toml | |
parent | ed5c1753b3a9c40a26718a548909fe50c428737b (diff) | |
parent | 4baac238a8343d7c5ced58603bf122c66cbf8c82 (diff) | |
parent | 9a3142664b20c0d907430d5d68ba2daf9217e7ba (diff) |
Merge #6614 #6632
6614: Improve autoimports on completion speed r=matklad a=SomeoneToIgnore
Presumably closes https://github.com/rust-analyzer/rust-analyzer/issues/6594
May help https://github.com/rust-analyzer/rust-analyzer/issues/6612
* Ignore modules eaferly
* Do less completion string rendering
6632: Pin cargo_metadata r=matklad a=kjeremy
See: https://github.com/oli-obk/cargo_metadata/pull/142#issuecomment-733653275
Co-authored-by: Kirill Bulatov <[email protected]>
Co-authored-by: kjeremy <[email protected]>