fix: In mouse_area, move clearing of drag_initiated state to the beginning of the update fn #889
Annotations
9 errors and 11 warnings
Run checks:
winit/src/program.rs#L379
unresolved import `winit::platform::web::WindowExtWebSys`
|
Run checks:
winit/src/program.rs#L504
unresolved import `winit::platform::web::WindowAttributesExtWebSys`
|
Run checks:
winit/src/program.rs#L519
unresolved import `winit::platform::web::WindowExtWebSys`
|
Run checks:
winit/src/program.rs#L639
unresolved import `winit::platform::web::EventLoopExtWebSys`
|
Run checks:
winit/src/program.rs#L640
no method named `spawn_app` found for struct `EventLoop` in the current scope
|
Run checks:
winit/src/program.rs#L380
no method named `canvas` found for struct `std::sync::Arc<dyn winit::window::Window>` in the current scope
|
Run checks:
winit/src/program.rs#L506
no method named `with_canvas` found for struct `WindowAttributes` in the current scope
|
Run checks:
winit/src/program.rs#L511
type annotations needed for `std::sync::Arc<_, _>`
|
Run checks
Process completed with exit code 101.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run checks:
runtime/src/dnd.rs#L3
unused import: `std::any::Any`
|
Run checks:
runtime/src/dnd.rs#L6
unused import: `iced_core::clipboard::DndSource`
|
Run checks:
runtime/src/dnd.rs#L7
unused import: `AsMimeTypes`
|
Run checks:
runtime/src/lib.rs#L44
unused import: `Color`
|
Run checks:
graphics/src/damage.rs#L48
unused import: `std::cmp::Ordering`
|
Run checks:
winit/src/clipboard.rs#L4
unused import: `any::Any`
|
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#L943
unnecessary trailing semicolon
|
Run checks:
winit/src/program.rs#L1424
unreachable pattern
|
Loading