Skip to content

Commit acef9de

Browse files
Eh2406easbar
authored andcommitted
Prevents warnings about unused code of floyd warshall.
1 parent 30520a4 commit acef9de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ mod constants;
3636
mod dijkstra;
3737
mod fast_graph;
3838
mod fast_graph_builder;
39+
#[cfg(test)]
3940
mod floyd_warshall;
4041
mod heap_item;
4142
mod input_graph;

0 commit comments

Comments
 (0)