mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 05:45:12 +00:00
Merge branch 'master' into kdelorey/complete-trait-impl
This commit is contained in:
commit
a957c473fd
363 changed files with 7379 additions and 4576 deletions
|
@ -2,7 +2,7 @@ use crate::completion::{CompletionContext, Completions, CompletionItem, Completi
|
|||
|
||||
use ra_syntax::ast::{self, NameOwner, AstNode};
|
||||
|
||||
use hir::{self, db::HirDatabase};
|
||||
use hir::{self, db::HirDatabase, Docs};
|
||||
|
||||
|
||||
pub(crate) fn complete_trait_impl(acc: &mut Completions, ctx: &CompletionContext) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue