Overlap notify #845
Annotations
9 errors and 10 warnings
Run checks:
winit/src/program.rs#L377
unresolved import `winit::platform::web::WindowExtWebSys`
|
Run checks:
winit/src/program.rs#L494
unresolved import `winit::platform::web::WindowAttributesExtWebSys`
|
Run checks:
winit/src/program.rs#L509
unresolved import `winit::platform::web::WindowExtWebSys`
|
Run checks:
winit/src/program.rs#L629
unresolved import `winit::platform::web::EventLoopExtWebSys`
|
Run checks:
winit/src/program.rs#L630
no method named `spawn_app` found for struct `EventLoop` in the current scope
|
Run checks:
winit/src/program.rs#L378
no method named `canvas` found for struct `std::sync::Arc<dyn winit::window::Window>` in the current scope
|
Run checks:
winit/src/program.rs#L496
no method named `with_canvas` found for struct `WindowAttributes` in the current scope
|
Run checks:
winit/src/program.rs#L501
type annotations needed for `std::sync::Arc<_, _>`
|
Run checks
Process completed with exit code 101.
|
Run checks:
runtime/src/lib.rs#L44
unused import: `Color`
|
Run checks:
winit/src/conversion.rs#L14
unused import: `iced_futures::core::event::PlatformSpecific`
|
Run checks:
winit/src/program.rs#L30
unused import: `crate::platform_specific`
|
Run checks:
winit/src/program.rs#L1425
unreachable pattern
|
Run checks:
winit/src/program.rs#L692
unused variable: `display_handle`
|
Run checks:
winit/src/program.rs#L704
unused variable: `is_wayland`
|
Run checks:
winit/src/program.rs#L800
variable `rebuild_a11y_tree` is assigned to, but never used
|
Run checks:
winit/src/program.rs#L1096
value assigned to `rebuild_a11y_tree` is never read
|
Run checks:
winit/src/program.rs#L1577
value assigned to `rebuild_a11y_tree` is never read
|
Run checks:
winit/src/program.rs#L1247
variable does not need to be mutable
|
Loading