Skip to content

Commit

Permalink
wip: fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
markxoe committed Jun 3, 2024
1 parent 32d5bd2 commit 9128792
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/commands/derive_db.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ fn derive_db_command(args: DeriveDbArgs) {
.with_finish_message("Pages remapped"),
);

let links = links::read_and_parse_links2(
let links = links::read_and_parse_links(
pagelinks_sql.as_str(),
threads,
&lookup,
Expand Down
2 changes: 1 addition & 1 deletion src/data/parsers/links.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ fn sync_parse_link_entry(
out
}

pub fn read_and_parse_links2(
pub fn read_and_parse_links(
file: &str,
threads: i32,
resolver: &PageMap,
Expand Down

0 comments on commit 9128792

Please sign in to comment.