rename scopes

This commit is contained in:
Aleksey Kladov 2019-03-02 16:38:28 +03:00
parent ca957edf96
commit fe5574b05a
4 changed files with 9 additions and 9 deletions

View file

@ -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;