mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
Update dep with major version changes
This commit is contained in:
parent
61174c4bc5
commit
d49ac68bcc
34 changed files with 547 additions and 906 deletions
|
@ -63,11 +63,11 @@ impl Scope {
|
|||
}
|
||||
}
|
||||
|
||||
pub fn idents(&self) -> impl Iterator<Item = &(Ident, (Symbol, Region))> {
|
||||
pub fn idents(&self) -> impl Iterator<Item = (&Ident, &(Symbol, Region))> {
|
||||
self.idents.iter()
|
||||
}
|
||||
|
||||
pub fn symbols(&self) -> impl Iterator<Item = &(Symbol, Region)> {
|
||||
pub fn symbols(&self) -> impl Iterator<Item = (&Symbol, &Region)> {
|
||||
self.symbols.iter()
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue