Fix is_empty method logic in matrix.rs (#336)

* Fix is_empty method logic in matrix.rs
* bump to 0.4.6
* silence some clippy
This commit is contained in:
Lorenzo
2025-11-15 14:22:42 +09:00
committed by GitHub
parent 70212c71e0
commit 36efd582a5
5 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#![allow(clippy::ptr_arg)]
#![allow(clippy::ptr_arg, clippy::needless_range_loop)]
//! # Nearest Neighbors Search Algorithms and Data Structures
//!
//! Nearest neighbor search is a basic computational tool that is particularly relevant to machine learning,