mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 20:42:04 +00:00
move ScopeEntryWithSyntax
This commit is contained in:
parent
d387bdccba
commit
f9e825d956
4 changed files with 34 additions and 37 deletions
|
@ -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::{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue