Merge branch 'main' into Frame-Limited

This commit is contained in:
J.Teeuwissen 2023-04-02 19:53:23 +02:00
commit 09ee92fce3
No known key found for this signature in database
GPG key ID: DB5F7A1ED8D478AD
96 changed files with 3223 additions and 1895 deletions

View file

@ -994,7 +994,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,