From 6eade9bdd06ed6da8db2f24c38e5d2cdd3238ddb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Sch=C3=BCtt?= Date: Sun, 9 Oct 2022 23:59:19 +0200 Subject: [PATCH] Fix issue in Binfmt::debug --- lib/cli/src/commands/binfmt.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cli/src/commands/binfmt.rs b/lib/cli/src/commands/binfmt.rs index bba095e1e..c6cedd914 100644 --- a/lib/cli/src/commands/binfmt.rs +++ b/lib/cli/src/commands/binfmt.rs @@ -8,7 +8,7 @@ use std::os::unix::fs::MetadataExt; use std::path::{Path, PathBuf}; use Action::*; -#[derive(Parser, Clone, Copy)] +#[derive(Debug, Parser, Clone, Copy)] enum Action { /// Register wasmer as binfmt interpreter Register,