diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-10-14 12:37:51 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-10-14 12:37:51 +0100 |
commit | 3e450cf89f9fcb7356a12487ccac7f8e21811095 (patch) | |
tree | 6e7ba39d146308ca2ea63cbe6687f84ccf540651 /crates/ide/src | |
parent | b62f48f535039e123b46f2d8b3e9d403cbfe1967 (diff) | |
parent | 01b410c69a6f79880ab078d231b0d121fac5d21a (diff) | |
parent | 41e2639f35df1f609b0a1ab677872149679a0371 (diff) | |
parent | d852189e56056c1c1742ad56a09c4a3e4a75b170 (diff) | |
parent | 74b5f7cd82b1dd035439aa3a704dcefdc399dbf9 (diff) |
Merge #6207 #6224 #6226 #6227
6207: Extract ImportAssets out of auto_import r=matklad a=Veykril
See https://github.com/rust-analyzer/rust-analyzer/pull/6172#issuecomment-707182140
I couldn't fully pull out `AssistContext` as `find_node_at_offset_with_descend`: https://github.com/rust-analyzer/rust-analyzer/blob/81fa00c5b5d5ffb559a39c7ff5190a2519a8ea61/crates/assists/src/assist_context.rs#L90-L92 requires the `SourceFile` which is private in it and I don't think making it public just for this is the right call?
6224: :arrow_up: salsa r=matklad a=matklad
bors r+
🤖
6226: Add reminder to update lsp-extensions.md r=matklad a=matklad
bors r+
🤖
6227: Reduce bors timeout r=matklad a=matklad
bors r+
🤖
Co-authored-by: Lukas Wirth <[email protected]>
Co-authored-by: Aleksey Kladov <[email protected]>