Feat(embeddings): Add embeddable trait to embeddings builder #165
ci.yaml
on: pull_request
stable / fmt
16s
stable / clippy
33s
stable / test
1m 1s
stable / doc
32s
Annotations
2 errors and 2 warnings
struct `OneOrMany` has a public `len` method, but no `is_empty` method:
rig-core/src/one_or_many.rs#L36
error: struct `OneOrMany` has a public `len` method, but no `is_empty` method
--> rig-core/src/one_or_many.rs:36:5
|
36 | pub fn len(&self) -> usize {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#len_without_is_empty
= note: `-D clippy::len-without-is-empty` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::len_without_is_empty)]`
|
stable / clippy
Clippy has exited with exit code 101
|
stable / test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
stable / test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|