mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 14:21:44 +00:00
rename scopes
This commit is contained in:
parent
ca957edf96
commit
fe5574b05a
4 changed files with 9 additions and 9 deletions
|
@ -16,7 +16,7 @@ use crate::{
|
|||
};
|
||||
use crate::{ path::GenericArgs, ty::primitive::{UintTy, UncertainIntTy, UncertainFloatTy}};
|
||||
|
||||
pub use self::scope::{ExprScopes, ScopesWithSyntaxMapping, ScopeEntryWithSyntax};
|
||||
pub use self::scope::{ExprScopes, ScopesWithSourceMap, ScopeEntryWithSyntax};
|
||||
|
||||
pub(crate) mod scope;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue