Skip to content

wgpu: Add x11 device detection #683

wgpu: Add x11 device detection

wgpu: Add x11 device detection #683

Triggered via pull request July 16, 2024 20:41
Status Success
Total duration 1m 56s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
all
The following actions uses Node.js version which is deprecated and will be forced to run on node20: hecrj/setup-rust-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
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: core/src/clipboard.rs#L178
you should consider adding a `Default` implementation for `DndDestinationRectangles`
all: core/src/widget/tree.rs#L12
very complex type used. Consider factoring parts into `type` definitions
all: core/src/widget/tree.rs#L64
very complex type used. Consider factoring parts into `type` definitions
all: core/src/id.rs#L63
direct implementation of `ToString`
all: graphics/src/text/editor.rs#L803
unused `std::iter::Map` that must be used
all: runtime/src/command/action.rs#L7
unused import: `dnd::DndAction`
all: runtime/src/dnd.rs#L6
unused import: `Vector`
all: runtime/src/command/action.rs#L86
unreachable pattern