mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-31 19:00:00 +00:00
Rename lifetime
This commit is contained in:
@ -545,12 +545,13 @@ shape: class"
|
||||
)
|
||||
.unwrap();
|
||||
}
|
||||
EdgeCondition::Conditional(details) => {
|
||||
EdgeCondition::Conditional(condition) => {
|
||||
let condition = graph.conditions_interner.get(*condition);
|
||||
writeln!(
|
||||
file,
|
||||
"{source_node} -> {dest_node} : \"cost {cost} {edge_label}\"",
|
||||
cost = edge.cost,
|
||||
edge_label = R::label_for_edge_condition(details)
|
||||
edge_label = R::label_for_edge_condition(condition)
|
||||
)
|
||||
.unwrap();
|
||||
}
|
||||
|
Reference in New Issue
Block a user