Skip to content

pages build and deployment #97

pages build and deployment

pages build and deployment #97

GitHub Actions / Clippy: Rust Stable 1.81.0 (eeb90cda1 2024-09-04) in succeeded Nov 4, 2024 in 1m 2s

Clippy (Stable ~ Linux/x86_64)

Clippy was successful!

Details

Running cargo clippy took roughly ~61672ms to complete

  • Working Directory: repository directory

Annotations

Check warning on line 38 in /home/runner/work/tasks/tasks/src/main.rs

See this annotation in the file changed.

@github-actions github-actions / Clippy: Rust Stable 1.81.0 (eeb90cda1 2024-09-04) in

/home/runner/work/tasks/tasks/src/main.rs#L38

variant name ends with the enum's name
Raw output
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

Check warning on line 39 in /home/runner/work/tasks/tasks/src/main.rs

See this annotation in the file changed.

@github-actions github-actions / Clippy: Rust Stable 1.81.0 (eeb90cda1 2024-09-04) in

/home/runner/work/tasks/tasks/src/main.rs#L39

variant name ends with the enum's name
Raw output
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

Check warning on line 41 in /home/runner/work/tasks/tasks/src/main.rs

See this annotation in the file changed.

@github-actions github-actions / Clippy: Rust Stable 1.81.0 (eeb90cda1 2024-09-04) in

/home/runner/work/tasks/tasks/src/main.rs#L41

variant name ends with the enum's name
Raw output
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

Check warning on line 41 in /home/runner/work/tasks/tasks/src/main.rs

See this annotation in the file changed.

@github-actions github-actions / Clippy: Rust Stable 1.81.0 (eeb90cda1 2024-09-04) in

/home/runner/work/tasks/tasks/src/main.rs#L41

variant name ends with the enum's name
Raw output
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