Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
developedby committed Sep 5, 2024
1 parent f59d088 commit 617527b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/imports/book.rs
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ impl ParseBook {
// Can not be done outside the function because of the borrow checker.
// Just serves to pass only the import map of the first call to `apply_imports_go`.
let main_imports = main_imports.unwrap_or(&self.import_ctx.map);
Debug
let mut local_imports = BindMap::new();
let mut adt_imports = BindMap::new();

Expand Down

0 comments on commit 617527b

Please sign in to comment.