Skip to content

Commit

Permalink
remove into_unorder
Browse files Browse the repository at this point in the history
Co-authored-by: kevaundray <kevtheappdev@gmail.com>
  • Loading branch information
kek kek kek and kevaundray authored Oct 3, 2023
1 parent c5c045b commit fbe2a6b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion compiler/noirc_frontend/src/hir/def_collector/dc_mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,6 @@ impl<'a> ModCollector<'a> {
context.visited_files.insert(child_file_id, location);

// Parse the AST for the module we just found and then recursively look for it's defs
//let ast = parse_file(&context.file_manager, child_file_id, errors).into_unorder();
let (ast, parsing_errors) = parse_file(&context.file_manager, child_file_id);
let ast = ast.into_unorder();

Expand Down

0 comments on commit fbe2a6b

Please sign in to comment.