496: Fix warning for field never used. r=Dirbaio a=ithinuel



Co-authored-by: Wilfried Chauveau <wilfried.chauveau@ithinuel.me>
This commit is contained in:
bors[bot] 2021-11-21 20:02:14 +00:00 committed by GitHub
commit 10a3a8bbed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)]