Skip to content

feat: winit dnd

feat: winit dnd #254

Triggered via pull request March 29, 2024 20:36
@wash2wash2
synchronize #119
dnd-clipboard
Status Success
Total duration 2m 21s
Artifacts

document.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
all
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: hecrj/setup-rust-action@v1, actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
all
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
all: core/src/clipboard.rs#L3
unused import: `borrow::Cow`
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: winit/src/application.rs#L26
unused import: `crate::core::renderer::Renderer`
all: winit/src/clipboard.rs#L5
unused import: `crate::futures::futures::Sink`
all: winit/src/clipboard.rs#L101
function cannot return without recursing