lancedb / lance

Modern columnar data format for ML and LLMs implemented in Rust. Convert from parquet in 2 lines of code for 100x faster random access, vector index, and data versioning. Compatible with Pandas, DuckDB, Polars, Pyarrow, and PyTorch with more integrations coming..
https://lancedb.github.io/lance/
Apache License 2.0
3.93k stars 215 forks source link

Enable stricter clippy lints #1287

Open chebbyChefNEQ opened 1 year ago

chebbyChefNEQ commented 1 year ago

candidates:

wjones127 commented 1 year ago

Heh I could probably use this one for myself: https://rust-lang.github.io/rust-clippy/master/index.html#/dbg_macro?levels=allow,none&groups=restriction

chebbyChefNEQ commented 6 months ago

https://github.com/EmbarkStudios/rust-ecosystem/blob/main/lints.toml

might be a good list to start with