UI Remake #177
Annotations
10 errors and 7 warnings
Clippy:
src/audio_playback/mod.rs#L26
redundant field names in struct initialization
|
Clippy:
src/settings/mod.rs#L197
this `else { if .. }` block can be collapsed
|
Clippy:
src/renderer.rs#L66
use of deprecated method `winit::event_loop::EventLoop::<T>::create_window`: use `ActiveEventLoop::create_window` instead
|
Clippy:
src/main.rs#L71
use of deprecated method `winit::event_loop::EventLoop::<T>::run`: use `EventLoop::run_app` instead
|
Clippy:
src/gui/window/settings/soundfonts/list.rs#L165
unused variable: `error`
|
Clippy:
src/gui/window/settings/soundfonts/list.rs#L166
unused variable: `title`
|
Clippy:
src/audio_playback/mod.rs#L16
writing `&Vec` instead of `&[_]` involves a new object where a slice will do
|
Clippy:
src/gui/window/scene/cake_system/mod.rs#L390
field assignment outside of initializer for an instance created with Default::default()
|
Clippy:
src/gui/window/scene/cake_system/mod.rs#L282
field assignment outside of initializer for an instance created with Default::default()
|
Clippy:
src/gui/window/scene/note_list_system/notes_render_pass.rs#L403
field assignment outside of initializer for an instance created with Default::default()
|
Clippy
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/
|
Clippy
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/
|
Clippy
Unexpected input(s) 'cache-on-failure', valid inputs are ['toolchain', 'target', 'default', 'override', 'profile', 'components']
|
Clippy
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
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
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
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/
|