refactor(semantic): add comment to transform checker (#5250)

Add back a doc comment which was accidentally removed in #5232.
This commit is contained in:
overlookmotel 2024-08-27 07:38:52 +00:00
parent fea2746b73
commit cbb47252ba

View file

@ -585,6 +585,7 @@ impl<'s> PostTransformChecker<'s> {
Pair::new(self.scope_ids_map.get(scope_ids.after_transform), Some(scope_ids.rebuilt))
}
/// Remap pair of arrays of `SymbolId`s.
/// Map `after_transform` IDs to `rebuilt` IDs.
/// Sort both sets.
fn remap_symbol_ids_sets<V: AsRef<Vec<SymbolId>>>(