(&mut self)
| 494 | |
| 495 | impl Inliner<'_, '_> { |
| 496 | fn id(&mut self) -> Word { |
| 497 | next_id(self.header) |
| 498 | } |
| 499 | |
| 500 | /// Applies all rewrite rules to the decorations in the header. |
| 501 | fn apply_rewrite_for_decorations(&mut self, rewrite_rules: &FxHashMap<Word, Word>) { |