Skip to content

feat: pop-os megasquash #191

feat: pop-os megasquash

feat: pop-os megasquash #191

Triggered via push August 3, 2024 17:43
Status Failure
Total duration 1m 8s
Artifacts

lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
all: Cargo.toml#L224
lint group `rust_2018_idioms` has the same priority (0) as a lint
all: core/src/clipboard.rs#L141
useless conversion to the same type: `std::option::Option<std::string::String>`
all: core/src/clipboard.rs#L168
you should consider adding a `Default` implementation for `DndDestinationRectangles`
all: core/src/widget/operation.rs#L190
consider adding a `;` to the last statement for consistent formatting
all: core/src/widget/text.rs#L57
calling `Wrap::default()` is more clear than this expression
all: core/src/widget/text.rs#L265
consider adding a `;` to the last statement for consistent formatting
all: core/src/widget/tree.rs#L267
consider adding a `;` to the last statement for consistent formatting
all: core/src/widget/tree.rs#L272
consider adding a `;` to the last statement for consistent formatting
all: core/src/element.rs#L315
consider adding a `;` to the last statement for consistent formatting
all
Process completed with exit code 101.
all: core/src/overlay/group.rs#L6
unused import: `crate::widget`
all: core/src/clipboard.rs#L23
unused variable: `kind`
all: core/src/clipboard.rs#L32
unused variable: `kind`
all: core/src/clipboard.rs#L141
this `let...else` may be rewritten with the `?` operator
all: core/src/overlay.rs#L55
doc list item missing indentation
all: core/src/theme.rs#L163
this `impl` can be derived
all: core/src/widget.rs#L28
doc list item missing indentation
all: core/src/widget.rs#L30
doc list item missing indentation
all: core/src/widget.rs#L32
doc list item missing indentation
all: core/src/id.rs#L63
direct implementation of `ToString`