mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
Some cleanup
This commit is contained in:
parent
e1aadbc6ef
commit
5bf71edf0c
1 changed files with 2 additions and 2 deletions
|
@ -3461,7 +3461,7 @@ fn parse_header<'a>(
|
|||
|
||||
let (module_id, module_name, header) = build_header(
|
||||
info,
|
||||
parse_state,
|
||||
parse_state.clone(),
|
||||
module_ids,
|
||||
ident_ids_by_module,
|
||||
module_timing,
|
||||
|
@ -5737,7 +5737,7 @@ fn to_file_problem_report(filename: &Path, error: io::ErrorKind) -> String {
|
|||
buf
|
||||
}
|
||||
|
||||
fn to_import_cycle_report<'a>(
|
||||
fn to_import_cycle_report(
|
||||
module_ids: ModuleIds,
|
||||
all_ident_ids: IdentIdsByModule,
|
||||
import_cycle: Vec<ModuleId>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue