feat(gossip_map): add gossip_map implementation #584
Annotations
1 error and 16 warnings
Run actions-rs/clippy-check@v1
Unable to create clippy annotations! Reason: HttpError: Resource not accessible by integration
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1, actions-rs/clippy-check@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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/
|
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/
|
Run actions-rs/clippy-check@v1
the following packages contain code that will be rejected by a future version of Rust: rstest v0.10.0
|
Run actions-rs/clippy-check@v1
It seems that this Action is executed from the forked repository.
|
Run actions-rs/clippy-check@v1
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.
|
Run actions-rs/clippy-check@v1:
plugin_macros/src/plugin.rs#L30
this expression creates a reference which is immediately dereferenced by the compiler
|
Run actions-rs/clippy-check@v1:
plugin_macros/src/plugin.rs#L45
this expression creates a reference which is immediately dereferenced by the compiler
|
Run actions-rs/clippy-check@v1:
plugin_macros/src/plugin.rs#L61
this `impl` can be derived
|
Run actions-rs/clippy-check@v1:
plugin_macros/src/attr_parser.rs#L39
single-character string constant used as pattern
|
Run actions-rs/clippy-check@v1:
plugin/src/commands/builtin.rs#L54
very complex type used. Consider factoring parts into `type` definitions
|
Run actions-rs/clippy-check@v1:
plugin/src/commands/mod.rs#L18
this lifetime isn't used in the function definition
|
Run actions-rs/clippy-check@v1:
plugin/src/commands/mod.rs#L27
the following explicit lifetimes could be elided: 'c
|
Loading