Skip to content

Commit e14a4ef

Browse files
committed
Fix reported clippy issue
1 parent d68b615 commit e14a4ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

graphannis/src/annis/db/aql/operators/edge_op.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ impl BaseEdgeOp {
5858
fn calculate_max_node_estimate(
5959
db: &AnnotationGraph,
6060
spec: &BaseEdgeOpSpec,
61-
gs: &Vec<Arc<dyn GraphStorage>>,
61+
gs: &[Arc<dyn GraphStorage>],
6262
inverse: bool,
6363
) -> Result<usize> {
6464
let all_components_are_partof = spec

0 commit comments

Comments
 (0)