feat: impl From arrow array for exsisting vectors (#32)

* feat: impl From arrow array for exsisting vectors

* fix: review comments

* feat: clippy forbid prints
This commit is contained in:
Lei, Huang
2022-05-19 16:10:00 +08:00
committed by GitHub
parent b0d2e2e91b
commit e75a54b766
4 changed files with 78 additions and 3 deletions

View File

@@ -70,4 +70,4 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: clippy
args: --workspace --all-targets -- -D warnings
args: --workspace --all-targets -- -D warnings -D clippy::print_stdout -D clippy::print_stderr