Feat: small improvements + fixes + tests #301
Annotations
2 errors
Run clippy action:
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`.///
| ++
|
Run clippy action
Clippy has exited with exit code 101
|
Loading