introduce completion_item module

This commit is contained in:
Aleksey Kladov 2018-12-21 14:02:14 +03:00
parent 463e5af3f2
commit 74406ca8ea
3 changed files with 54 additions and 21 deletions

View file

@ -6,11 +6,9 @@ use ra_syntax::{
ast::{self, LoopBodyOwner},
SyntaxKind::*,
};
use hir::{
self,
FnScopes,
Def,
Path,
use hir::{
self,
FnScopes, Def, Path
};
use crate::{