Skip to content

fix: CI

fix: CI #16

Triggered via push November 4, 2024 13:11
Status Success
Total duration 4m 12s
Artifacts

push.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

5 warnings
variant name ends with the enum's name: src/main.rs#L38
warning: variant name ends with the enum's name --> src/content.rs:38:5 | 38 | DisplayTask(models::Task), | ^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#enum_variant_names = note: `#[warn(clippy::enum_variant_names)]` on by default
variant name ends with the enum's name: src/main.rs#L39
warning: variant name ends with the enum's name --> src/content.rs:39:5 | 39 | UpdateTask(models::Task), | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#enum_variant_names
variant name ends with the enum's name: src/main.rs#L41
warning: variant name ends with the enum's name --> src/content.rs:41:5 | 41 | CreateTask(models::Task), | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#enum_variant_names
variant name ends with the enum's name: src/main.rs#L41
warning: variant name ends with the enum's name --> src/details.rs:41:5 | 41 | UpdateTask(models::Task), | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#enum_variant_names
4 warnings emitted
warning: 4 warnings emitted