feat(grpc): apply predicate on WatchTx (#384) #800
Annotations
7 errors and 5 warnings
Run cargo clippy:
src/serve/grpc/watch.rs#L18
writing `&Vec` instead of `&[_]` involves a new object where a slice will do
|
Run cargo clippy:
src/serve/grpc/watch.rs#L21
taken reference of right operand
|
Run cargo clippy:
src/serve/grpc/watch.rs#L45
writing `&Vec` instead of `&[_]` involves a new object where a slice will do
|
Run cargo clippy:
src/serve/grpc/watch.rs#L79
called `iter().cloned().collect()` on a slice to create a `Vec`. Calling `to_vec()` is both faster and more readable
|
Run cargo clippy:
src/wal/redb.rs#L56
the following explicit lifetimes could be elided: 'a
|
Run cargo clippy:
src/wal/redb.rs#L67
the following explicit lifetimes could be elided: 'a
|
Run cargo clippy
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Install stable toolchain
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Install stable toolchain
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Install stable toolchain
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Install stable toolchain
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Loading