Docs: Diagram experiments #1290
Annotations
16 warnings
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. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, webfactory/[email protected], actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run actions-rs/toolchain@v1
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/toolchain@v1
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/toolchain@v1
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/toolchain@v1
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/
|
cargo build:
main/src/domain/main_processor.rs#L28
unused import: `AbstractTimestamp`
|
cargo build:
main/src/domain/control_surface.rs#L12
unused import: `helgoboss_learn::AbstractTimestamp`
|
cargo build:
main/src/domain/audio_hook.rs#L10
unused import: `AbstractTimestamp`
|
cargo build:
main/src/domain/audio_hook.rs#L21
unused imports: `AtomicU32`, `AtomicU64`, and `Ordering`
|
cargo build:
main/src/domain/accelerator.rs#L5
unused import: `helgoboss_learn::AbstractTimestamp`
|
cargo build:
main/src/domain/control_event.rs#L6
unused import: `std::sync::LazyLock`
|
cargo build:
main/src/domain/control_event.rs#L7
unused import: `Instant`
|
cargo build:
main/src/infrastructure/plugin/backbone_shell.rs#L94
unused imports: `AtomicU32` and `AtomicU64`
|
cargo build:
main/src/infrastructure/plugin/helgobox_plugin.rs#L33
unused import: `helgoboss_learn::AbstractTimestamp`
|
cargo build
`helgobox` (lib) generated 9 warnings (run `cargo fix --lib -p helgobox` to apply 9 suggestions)
|
Loading