mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
Use Vec instead of VecMap for scope module sources
This commit is contained in:
parent
702092859e
commit
42c58d8efe
2 changed files with 7 additions and 11 deletions
|
@ -33,7 +33,6 @@ pub struct Scope {
|
|||
pub modules: ScopeModules,
|
||||
|
||||
/// Identifiers that are imported
|
||||
// todo(agus): move to ScopeModules?
|
||||
imported_symbols: Vec<(Ident, Symbol, Region)>,
|
||||
|
||||
/// Shadows of an ability member, for example a local specialization of `eq` for the ability
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue