mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
remove some sendmap usage
This commit is contained in:
parent
98e1ee1bf7
commit
6bf3e80f51
3 changed files with 13 additions and 13 deletions
|
@ -79,7 +79,7 @@ impl Def {
|
|||
pub struct Annotation {
|
||||
pub signature: Type,
|
||||
pub introduced_variables: IntroducedVariables,
|
||||
pub aliases: SendMap<Symbol, Alias>,
|
||||
pub aliases: VecMap<Symbol, Alias>,
|
||||
pub region: Region,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue