Complete instantiation annotations

This commit is contained in:
Ayaz Hafiz 2023-04-01 20:05:18 -05:00
parent ca5a5c2698
commit 0e47140eaf
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58
7 changed files with 187 additions and 45 deletions

View file

@ -992,7 +992,6 @@ struct State<'a> {
/// From now on, these will be used by multiple threads; time to make an Arc<Mutex<_>>!
pub arc_modules: Arc<Mutex<PackageModuleIds<'a>>>,
pub arc_shorthands: Arc<Mutex<MutMap<&'a str, ShorthandPath>>>,
#[allow(unused)]
pub derived_module: SharedDerivedModule,
pub ident_ids_by_module: SharedIdentIdsByModule,