Fix warning for field never used.

This commit is contained in:
Wilfried Chauveau 2021-11-21 08:33:18 +00:00
parent 8d108d8753
commit e6abd9f5df
No known key found for this signature in database
GPG key ID: 0BC4C0B2B0879D6A

View file

@ -272,6 +272,13 @@ mod chip;
#[path = "chip/rp.rs"] #[path = "chip/rp.rs"]
mod chip; mod chip;
#[cfg(any(
feature = "nrf",
feature = "rp",
feature = "stm32",
feature = "wasm",
feature = "std"
))]
#[derive(Debug, FromMeta)] #[derive(Debug, FromMeta)]
struct MainArgs { struct MainArgs {
#[darling(default)] #[darling(default)]