fix: kdl inlinining that caused some problems on flattening

This commit is contained in:
felipegchi 2023-01-30 12:48:43 -03:00
parent ed50969216
commit c940719dfe

View File

@ -46,6 +46,7 @@ pub fn inline_book(book: &mut untyped::Book) {
for name in &to_remove {
book.entrs.remove(name);
book.names.remove(name);
}
let mut state = InlineState { funs };