Merge pull request #6 from robertpsoane/rs/add-minimal-clap #10
check.yml
on: push
check
/
...
/
fmt
19s
check
/
...
/
doc
40s
check
/
...
/
check
44s
Matrix: check / clippy
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
|