Skip to content

Commit

Permalink
fix allow
Browse files Browse the repository at this point in the history
  • Loading branch information
uzushino committed Dec 8, 2023
1 parent 223ab53 commit 77dd212
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ mod ffi {
pub fn add_item(index: *mut Index, item: *const c_float, len: usize, size: c_uint);
pub fn dispose(index: *mut Index);

#[allow(clippy::all)]
#[allow(dead_code)]
#[allow(clippy::all, dead_code)]
pub fn query(
index: *mut Index,
input: *const c_float,
Expand Down

0 comments on commit 77dd212

Please sign in to comment.