compositor: Add code to extract adapter from x11 #681
Annotations
10 errors and 11 warnings
wgpu/src/window/x11.rs#L9
failed to resolve: could not find `extensions` in `protocol`
|
wgpu/src/window/x11.rs#L15
cannot find trait `Window` in this scope
|
wgpu/src/window/x11.rs#L32
cannot find value `xlib` in this scope
|
wgpu/src/window/x11.rs#L68
cannot find value `connection` in this scope
|
wgpu/src/window/x11.rs#L73
expected value, found macro `file`
|
wgpu/src/window.rs#L13
failed to resolve: use of undeclared type `PathBuf`
|
wgpu/src/window.rs#L15
cannot find function `major` in this scope
|
wgpu/src/window.rs#L16
cannot find function `minor` in this scope
|
wgpu/src/window.rs#L20
failed to resolve: use of undeclared type `File`
|
wgpu/src/window.rs#L28
failed to resolve: use of undeclared type `File`
|
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/
|
core/src/clipboard.rs#L151
this `let...else` may be rewritten with the `?` operator
|
core/src/clipboard.rs#L151
useless conversion to the same type: `std::option::Option<std::string::String>`
|
core/src/clipboard.rs#L178
you should consider adding a `Default` implementation for `DndDestinationRectangles`
|
core/src/widget/tree.rs#L12
very complex type used. Consider factoring parts into `type` definitions
|
core/src/widget/tree.rs#L64
very complex type used. Consider factoring parts into `type` definitions
|
core/src/id.rs#L63
direct implementation of `ToString`
|
graphics/src/text/editor.rs#L803
unused `std::iter::Map` that must be used
|
runtime/src/command/action.rs#L7
unused import: `dnd::DndAction`
|
runtime/src/dnd.rs#L6
unused import: `Vector`
|
runtime/src/command/action.rs#L86
unreachable pattern
|
This job failed
Loading