Creates a C SDK to interact with the server #25
Annotations
1 error and 15 warnings
clippy_check
Unable to create clippy annotations! Reason: HttpError: Resource not accessible by integration
|
clippy_check
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1, actions-rs/clippy-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/
|
clippy_check
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/
|
clippy_check
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/
|
clippy_check
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/
|
clippy_check
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/
|
clippy_check
It seems that this Action is executed from the forked repository.
|
clippy_check
GitHub Actions are not allowed to create Check annotations, when executed for a forked repos. See https://github.com/actions-rs/clippy-check/issues/2 for details.
|
clippy_check:
src/db.rs#L12
type `db` should have an upper camel case name
|
clippy_check:
src/actions.rs#L12
you should consider adding a `Default` implementation for `ActionBroadcaster`
|
clippy_check:
src/actions.rs#L16
method `default` can be confused for the standard trait method `std::default::Default::default`
|
clippy_check:
src/db.rs#L19
you should consider adding a `Default` implementation for `KVStore`
|
clippy_check:
src/db.rs#L23
method `default` can be confused for the standard trait method `std::default::Default::default`
|
clippy_check:
src/handlers.rs#L30
unused `std::result::Result` that must be used
|
clippy_check:
src/handlers.rs#L43
unused `std::result::Result` that must be used
|
clippy_check:
src/handlers.rs#L55
unused `std::result::Result` that must be used
|