Skip to content

Commit

Permalink
Linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
sanketkedia committed Dec 5, 2024
1 parent 80992ff commit adb8096
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rust/worker/src/execution/operators/spann_knn_merge.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ pub struct SpannKnnMergeInput {
pub records: Vec<Vec<RecordDistance>>,
}

#[allow(dead_code)]
#[derive(Debug)]
pub struct SpannKnnMergeOutput {
pub merged_records: Vec<RecordDistance>,
Expand Down

0 comments on commit adb8096

Please sign in to comment.