We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54dd3a0 commit 8ccb62bCopy full SHA for 8ccb62b
src/fast_graph.rs
@@ -28,7 +28,7 @@ pub struct FastGraph {
28
num_nodes: usize,
29
pub(crate) ranks: Vec<usize>,
30
pub(crate) edges_fwd: Vec<FastGraphEdge>,
31
- pub(crate) first_edge_ids_fwd: Vec<EdgeId>,
+ pub(crate) first_edge_ids_fwd: Vec< EdgeId >,
32
33
pub(crate) edges_bwd: Vec<FastGraphEdge>,
34
pub(crate) first_edge_ids_bwd: Vec<EdgeId>,
0 commit comments