UI Remake #179
Annotations
10 errors and 7 warnings
src/audio_playback/mod.rs#L26
redundant field names in struct initialization
|
src/settings/mod.rs#L197
this `else { if .. }` block can be collapsed
|
src/renderer.rs#L66
use of deprecated method `winit::event_loop::EventLoop::<T>::create_window`: use `ActiveEventLoop::create_window` instead
|
src/main.rs#L71
use of deprecated method `winit::event_loop::EventLoop::<T>::run`: use `EventLoop::run_app` instead
|
src/gui/window/settings/soundfonts/list.rs#L164
unused variable: `error`
|
src/gui/window/settings/soundfonts/list.rs#L165
unused variable: `title`
|
src/audio_playback/mod.rs#L16
writing `&Vec` instead of `&[_]` involves a new object where a slice will do
|
src/gui/window/scene/cake_system/mod.rs#L382
field assignment outside of initializer for an instance created with Default::default()
|
src/gui/window/scene/cake_system/mod.rs#L274
field assignment outside of initializer for an instance created with Default::default()
|
src/gui/window/scene/note_list_system/notes_render_pass.rs#L395
field assignment outside of initializer for an instance created with Default::default()
|
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, 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/
|
|
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/
|
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/
|
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/
|
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/
|
This job failed
Loading