You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
warning: field `0` is never read
--> src/marker.rs:15:39
|
15 | pub(crate) struct ProcMacroAutoTraits(Rc<()>);
| ------------------- ^^^^^^
| |
| field in this struct
|
= note: `#[warn(dead_code)]` on by default
help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
|
15 | pub(crate) struct ProcMacroAutoTraits(());
| ~~
0 commit comments