Skip to content

Commit

Permalink
Minor code improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacShelton committed Dec 9, 2024
1 parent c6b7acc commit 67e09a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/workspace/lex_and_parse.rs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ pub fn lex_and_parse_workspace_in_parallel<'a>(
Ok(queue)
}

fn process_module_file_output<'a, 'b: 'a, I: Inflow<Token>>(
fn process_module_file_output<'a, I: Inflow<Token>>(
compiler: &Compiler,
fs: &Fs,
module_file: ModuleFile,
Expand Down
3 changes: 2 additions & 1 deletion src/workspace/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/* =========================== workspace/mod.rs ============================
/*
=========================== workspace/mod.rs ============================
Module for compiling entire workspaces
---------------------------------------------------------------------------
*/
Expand Down

0 comments on commit 67e09a5

Please sign in to comment.