Skip to content

Commit

Permalink
Make load edges pub in parquet_loaders.rs (#1843)
Browse files Browse the repository at this point in the history
Make `load_edges_from_parquet` public instead of `pub(crate)`
  • Loading branch information
Alnaimi- authored Nov 7, 2024
1 parent 2e9e503 commit 4803083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion raphtory/src/io/parquet_loaders.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ pub fn load_nodes_from_parquet<
Ok(())
}

pub(crate) fn load_edges_from_parquet<
pub fn load_edges_from_parquet<
G: StaticGraphViewOps + InternalPropertyAdditionOps + InternalAdditionOps + InternalCache,
>(
graph: &G,
Expand Down

0 comments on commit 4803083

Please sign in to comment.