Feat(vector store): lancedb #52
ci.yaml
on: pull_request
stable / fmt
7s
stable / clippy
41s
Annotations
2 errors
unused import: `serde::Deserialize`:
rig-mongodb/src/lib.rs#L8
error: unused import: `serde::Deserialize`
--> rig-mongodb/src/lib.rs:8:5
|
8 | use serde::Deserialize;
| ^^^^^^^^^^^^^^^^^^
|
= note: `-D unused-imports` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(unused_imports)]`
|
stable / clippy
Clippy has exited with exit code 101
|