feat(insert_all_gzipped): See PR https://github.com/lquerel/gcp-bigqu… #102
Annotations
1 error and 3 warnings
struct `TableDataInsertAllRequestGzipped` has a public `len` method, but no `is_empty` method:
src/model/table_data_insert_all_request.rs#L106
error: struct `TableDataInsertAllRequestGzipped` has a public `len` method, but no `is_empty` method
--> src/model/table_data_insert_all_request.rs:106:5
|
106 | 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)]`
|
security_audit
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/audit-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
security_audit
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-rs/audit-check@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
security_audit
1 warnings found!
|