remove some sendmap usage

This commit is contained in:
Folkert 2022-08-06 20:00:39 +02:00
parent 98e1ee1bf7
commit 6bf3e80f51
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
3 changed files with 13 additions and 13 deletions

View file

@ -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,
}