fix Wayland layer-shell protocol violation: "must ack the initial configure before attaching buffer #1070
Annotations
1 error and 10 warnings
|
all
Process completed with exit code 101.
|
|
all:
runtime/src/dnd.rs#L7
unused import: `AsMimeTypes`
|
|
all:
runtime/src/dnd.rs#L6
unused import: `iced_core::clipboard::DndSource`
|
|
all:
runtime/src/dnd.rs#L3
unused import: `std::any::Any`
|
|
all:
graphics/src/damage.rs#L48
unused import: `std::cmp::Ordering`
|
|
all:
core/src/window/position.rs#L23
function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
|
|
all:
core/src/id.rs#L67
`to_string` applied to a type that implements `Display` in `write!` args
|
|
all:
core/src/window/position.rs#L26
this `impl` can be derived
|
|
all:
core/src/window/icon.rs#L14
manual implementation of `.is_multiple_of()`
|
|
all:
core/src/widget/tree.rs#L351
returning the result of a `let` binding from a block
|
|
all:
core/src/widget/tree.rs#L339
the loop variable `c_i` is used to index `id_list`
|