Skip to content

improv: use text editor for notes #17

improv: use text editor for notes

improv: use text editor for notes #17

Triggered via push November 4, 2024 13:47
Status Success
Total duration 4m 16s
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#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