Feat: small improvements + fixes + tests #301
ci.yaml
on: pull_request
stable / fmt
17s
stable / clippy
52s
stable / test
1m 13s
stable / doc
29s
Annotations
9 errors
empty line after doc comment:
rig-lancedb/src/utils/deserializer.rs#L360
error: empty line after doc comment
--> rig-lancedb/src/utils/deserializer.rs:360:1
|
360 | / /// Everything below includes helpers for the recursive function `type_matcher`.///
361 | | ///////////////////////////////////////////////////////////////////////////////////
362 | |
| |_
363 | /// Trait used to "deserialize" an arrow_array::Array as as list of primitive objects.
364 | trait DeserializePrimitiveArray {
| ------------------------------- the comment documents this trait
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= note: `-D clippy::empty-line-after-doc-comments` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::empty_line_after_doc_comments)]`
= help: if the empty line is unintentional remove it
help: if the doc comment should not document `DeserializePrimitiveArray` comment it out
|
360 | // /// Everything below includes helpers for the recursive function `type_matcher`.///
| ++
|
stable / clippy
Clippy has exited with exit code 101
|
stable / test:
rig-core/tests/embed_macro.rs#L46
failed to resolve: use of undeclared crate or module `embeddings`
|
stable / test:
rig-core/tests/embed_macro.rs#L89
failed to resolve: use of undeclared crate or module `embeddings`
|
stable / test:
rig-core/tests/embed_macro.rs#L121
failed to resolve: use of undeclared crate or module `embeddings`
|
stable / test:
rig-core/tests/embed_macro.rs#L145
failed to resolve: use of undeclared crate or module `embeddings`
|
stable / test:
rig-core/tests/embed_macro.rs#L179
failed to resolve: use of undeclared crate or module `embeddings`
|
stable / test:
rig-core/tests/embed_macro.rs#L208
failed to resolve: use of undeclared crate or module `embeddings`
|
stable / test
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
|