Skip to content

Use text editor for notes #5

Use text editor for notes

Use text editor for notes #5

Triggered via pull request November 4, 2024 13:06
Status Failure
Total duration 4m 22s
Artifacts

pr.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 5 warnings
build
The process '/home/runner/.cargo/bin/cargo' failed with exit code 1
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#L42
warning: variant name ends with the enum's name --> src/details.rs:42:5 | 42 | 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