Skip to content

Merge pull request #8 from orhun/docs/add_aur_instructions #12

Merge pull request #8 from orhun/docs/add_aur_instructions

Merge pull request #8 from orhun/docs/add_aur_instructions #12

Triggered via push June 28, 2024 16:39
Status Success
Total duration 59s
Artifacts

check.yml

on: push
check  /  ...  /  fmt
10s
check / stable / fmt
check  /  ...  /  doc
43s
check / nightly / doc
check  /  ...  /  check
44s
check / 1.78.0 / check
Matrix: check / clippy
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
field `name` is never read: src/pages/containers.rs#L48
warning: field `name` is never read --> src/pages/containers.rs:48:9 | 47 | pub struct Containers { | ---------- field in this struct 48 | pub name: String, | ^^^^ | = note: `Containers` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis = note: `#[warn(dead_code)]` on by default
field `name` is never read: src/pages/images.rs#L47
warning: field `name` is never read --> src/pages/images.rs:47:9 | 46 | pub struct Images { | ------ field in this struct 47 | pub name: String, | ^^^^ | = note: `Images` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
field `discriminator` is never read: src/components/alert_modal.rs#L27
warning: field `discriminator` is never read --> src/components/alert_modal.rs:27:9 | 26 | pub struct AlertModal<P> { | ---------- field in this struct 27 | pub discriminator: P, | ^^^^^^^^^^^^^ | = note: `AlertModal` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
field `name` is never read: src/pages/containers.rs#L48
warning: field `name` is never read --> src/pages/containers.rs:48:9 | 47 | pub struct Containers { | ---------- field in this struct 48 | pub name: String, | ^^^^ | = note: `Containers` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis = note: `#[warn(dead_code)]` on by default
field `name` is never read: src/pages/images.rs#L47
warning: field `name` is never read --> src/pages/images.rs:47:9 | 46 | pub struct Images { | ------ field in this struct 47 | pub name: String, | ^^^^ | = note: `Images` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
field `discriminator` is never read: src/components/alert_modal.rs#L27
warning: field `discriminator` is never read --> src/components/alert_modal.rs:27:9 | 26 | pub struct AlertModal<P> { | ---------- field in this struct 27 | pub discriminator: P, | ^^^^^^^^^^^^^ | = note: `AlertModal` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis