mirror of
https://github.com/lancedb/lancedb.git
synced 2025-12-22 21:09:58 +00:00
chore(rust): lock toolchain & fix clippy (#1389)
- fix some clippy errors from ci running a different toolchain. - add some saftey notes about some unsafe blocks. - locks the toolchain so that it is consistent across dev and CI.
This commit is contained in:
2
rust-toolchain.toml
Normal file
2
rust-toolchain.toml
Normal file
@@ -0,0 +1,2 @@
|
||||
[toolchain]
|
||||
channel = "1.79.0"
|
||||
Reference in New Issue
Block a user