aws / random-cut-forest-by-aws

An implementation of the Random Cut Forest data structure for sketching streaming data, with support for anomaly detection, density estimation, imputation, and more.
https://github.com/aws/random-cut-forest-by-aws
Apache License 2.0
206 stars 33 forks source link

Fixed more warnings with Rust library #357

Closed ankane closed 1 year ago

ankane commented 1 year ago

Issue #, if available: N/A

Description of changes: Reduced cargo build warnings from 77 to 68 and fixed all the cargo test warnings. The remaining warnings are all for unused variables or functions.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

ankane commented 1 year ago

Thanks @sudiptoguha!