]> git.lizzy.rs Git - rust.git/commitdiff
Merge #6650
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>
Sat, 28 Nov 2020 14:33:57 +0000 (14:33 +0000)
committerGitHub <noreply@github.com>
Sat, 28 Nov 2020 14:33:57 +0000 (14:33 +0000)
6650: Make completion and assists module independent r=matklad a=SomeoneToIgnore

A follow-up of https://github.com/rust-analyzer/rust-analyzer/pull/6553#discussion_r524402907

Move the common code for both assists and completion modules into a separate crate.

Co-authored-by: Kirill Bulatov <mail4score@gmail.com>

Trivial merge