move ScopeEntryWithSyntax

This commit is contained in:
Aleksey Kladov 2019-04-13 11:24:09 +03:00
parent d387bdccba
commit f9e825d956
4 changed files with 34 additions and 37 deletions

View file

@ -65,9 +65,9 @@ pub use self::{
impl_block::{ImplBlock, ImplItem},
docs::{Docs, Documentation},
adt::AdtDef,
expr::{ExprScopes, ScopeEntryWithSyntax},
expr::ExprScopes,
resolve::Resolution,
source_binder::{SourceAnalyzer, PathResolution},
source_binder::{SourceAnalyzer, PathResolution, ScopeEntryWithSyntax},
};
pub use self::code_model_api::{