From 2a996cb5545675da507546d97c8ab38cb0c0dd12 Mon Sep 17 00:00:00 2001 From: andy-bell Date: Sat, 7 Apr 2018 13:22:40 +0100 Subject: [PATCH] feat(refactor): missed one warning --- src/main.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 0c26474..afc7355 100644 --- a/src/main.rs +++ b/src/main.rs @@ -8,7 +8,6 @@ use quicli::prelude::*; use wasm_pack::Cli; use wasm_pack::command::{init_command, pack_command, publish_command, Command}; - main!(|args: Cli, log_level: verbosity| match args.cmd { Command::Init { path, scope } => { init_command(path, scope)?;