Skip to content

Commit 38920d6

Browse files
committed
refactor: &Vec<AnalyzedGraphFieldMapping> to &[AnalyzedGraphFieldMapping]
Signed-off-by: Anush008 <[email protected]>
1 parent 97ffde8 commit 38920d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ops/storages/neo4j.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,7 @@ impl RelationshipSetupState {
632632
spec: &RelationshipSpec,
633633
key_field_names: Vec<String>,
634634
index_options: &IndexOptions,
635-
rel_value_fields_info: &Vec<AnalyzedGraphFieldMapping>,
635+
rel_value_fields_info: &[AnalyzedGraphFieldMapping],
636636
src_label_info: &AnalyzedNodeLabelInfo,
637637
tgt_label_info: &AnalyzedNodeLabelInfo,
638638
) -> Result<Self> {

0 commit comments

Comments
 (0)