mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 06:11:35 +00:00
move ScopeEntryWithSyntax
This commit is contained in:
parent
d387bdccba
commit
f9e825d956
4 changed files with 34 additions and 37 deletions
|
@ -14,9 +14,9 @@ use crate::{
|
|||
name::AsName,
|
||||
type_ref::{Mutability, TypeRef},
|
||||
};
|
||||
use crate::{ path::GenericArgs, ty::primitive::{IntTy, UncertainIntTy, FloatTy, UncertainFloatTy}};
|
||||
use crate::{path::GenericArgs, ty::primitive::{IntTy, UncertainIntTy, FloatTy, UncertainFloatTy}};
|
||||
|
||||
pub use self::scope::{ExprScopes, ScopeEntryWithSyntax};
|
||||
pub use self::scope::ExprScopes;
|
||||
|
||||
pub(crate) mod scope;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue