Switch from tempdir
to tempfile
#60
Annotations
4 warnings
trait `StaticView` is never used:
frontend/desktop/src/debug_views.rs#L132
warning: trait `StaticView` is never used
--> frontend/desktop/src/debug_views.rs:132:11
|
132 | pub trait StaticView: BaseView {
| ^^^^^^^^^^
|
= note: `#[warn(dead_code)]` on by default
|
unused variable: `window`:
frontend/desktop/src/debug_views.rs#L454
warning: unused variable: `window`
--> frontend/desktop/src/debug_views.rs:454:65
|
454 | pub fn handle_notif(&mut self, notif: Notification, window: &mut Window) {
| ^^^^^^ help: if this is intentional, prefix it with an underscore: `_window`
...
737 | / declare_structs!(
738 | | [
739 | | (arm7_state, CpuState<false>, InitArm7State, DestroyArm7State, Arm7StateVisibility, Arm7StateCustom),
740 | | (arm9_state, CpuState<true>, InitArm9State, DestroyArm9State, Arm9StateVisibility, Arm9StateCustom)
... |
751 | | []
752 | | );
| |_- in this macro invocation
|
= note: `#[warn(unused_variables)]` on by default
= note: this warning originates in the macro `declare_structs` (in Nightly builds, run with -Z macro-backtrace for more info)
|
trait `StaticView` is never used:
frontend/desktop/src/debug_views.rs#L132
warning: trait `StaticView` is never used
--> frontend/desktop/src/debug_views.rs:132:11
|
132 | pub trait StaticView: BaseView {
| ^^^^^^^^^^
|
= note: `#[warn(dead_code)]` on by default
|
unused variable: `window`:
frontend/desktop/src/debug_views.rs#L454
warning: unused variable: `window`
--> frontend/desktop/src/debug_views.rs:454:65
|
454 | pub fn handle_notif(&mut self, notif: Notification, window: &mut Window) {
| ^^^^^^ help: if this is intentional, prefix it with an underscore: `_window`
...
737 | / declare_structs!(
738 | | [
739 | | (arm7_state, CpuState<false>, InitArm7State, DestroyArm7State, Arm7StateVisibility, Arm7StateCustom),
740 | | (arm9_state, CpuState<true>, InitArm9State, DestroyArm9State, Arm9StateVisibility, Arm9StateCustom)
... |
751 | | []
752 | | );
| |_- in this macro invocation
|
= note: `#[warn(unused_variables)]` on by default
= note: this warning originates in the macro `declare_structs` (in Nightly builds, run with -Z macro-backtrace for more info)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
Linux
Expired
|
5.24 MB |
|
Linux-debug
Expired
|
5.91 MB |
|
Linux-debug-gdb
Expired
|
5.98 MB |
|
Windows
Expired
|
3.42 MB |
|
Windows-debug
Expired
|
3.99 MB |
|
Windows-debug-gdb
Expired
|
4.06 MB |
|
macOS-aarch64
Expired
|
2.8 MB |
|
macOS-aarch64-debug
Expired
|
3.28 MB |
|
macOS-aarch64-debug-gdb
Expired
|
3.33 MB |
|
macOS-x86_64
Expired
|
3.04 MB |
|
macOS-x86_64-debug
Expired
|
3.63 MB |
|
macOS-x86_64-debug-gdb
Expired
|
3.7 MB |
|