remove alias

This commit is contained in:
Eli Dowling 2024-02-13 15:27:44 +10:00 committed by faldor20
parent 7a09a31a6a
commit cc4453b301
No known key found for this signature in database
GPG key ID: F2216079B890CD57
4 changed files with 3 additions and 17 deletions

View file

@ -136,10 +136,6 @@ pub struct TypeCheckedModule<'a> {
#[derive(Debug)]
pub struct CheckedModule {
/// all aliases and their definitions. this has to include non-exposed aliases
/// because exposed aliases can depend on non-exposed ones)
pub aliases: MutMap<Symbol, (bool, Alias)>,
pub solved_subs: Solved<Subs>,
pub decls: Declarations,
pub abilities_store: AbilitiesStore,