Skip to content

Commit 9a954e0

Browse files
committed
Make ParamsWithOrder public
1 parent 36b9fec commit 9a954e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ pub use crate::fast_graph::FastGraph;
2727
pub use crate::fast_graph32::FastGraph32;
2828
pub use crate::fast_graph_builder::FastGraphBuilder;
2929
pub use crate::fast_graph_builder::Params;
30-
use crate::fast_graph_builder::ParamsWithOrder;
30+
pub use crate::fast_graph_builder::ParamsWithOrder;
3131
pub use crate::input_graph::Edge;
3232
pub use crate::input_graph::InputGraph;
3333
pub use crate::path_calculator::PathCalculator;

0 commit comments

Comments
 (0)