Merge pull request #4 from robertpsoane/rs/fix-ci #5
Annotations
3 warnings
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
|
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
|
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
|
This job succeeded
Loading