Skip to content

feat: winit dnd

feat: winit dnd #502

Triggered via push March 29, 2024 20:25
Status Success
Total duration 1m 48s
Artifacts

lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
all
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: hecrj/setup-rust-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
all: core/src/clipboard.rs#L3
unused import: `borrow::Cow`
all: core/src/clipboard.rs#L151
this `let...else` may be rewritten with the `?` operator
all: core/src/clipboard.rs#L151
useless conversion to the same type: `std::option::Option<std::string::String>`
all: runtime/src/command/action.rs#L7
unused import: `dnd::DndAction`
all: runtime/src/command/action.rs#L86
unreachable pattern
all: runtime/src/command/action.rs#L87
unreachable pattern
all: runtime/src/command/action.rs#L86
unused variable: `bytes`
all: runtime/src/command/action.rs#L86
unused variable: `tagger`
all: runtime/src/command/action.rs#L109
unused variable: `action`
all: runtime/src/dnd.rs#L37
very complex type used. Consider factoring parts into `type` definitions