From f68865a8b08ce9ddb802960a47fcb5b1dd23a97a Mon Sep 17 00:00:00 2001 From: LoveSy Date: Mon, 23 Oct 2023 13:51:04 +0800 Subject: [PATCH] Fix build without `help` feature --- argh_derive/src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/argh_derive/src/lib.rs b/argh_derive/src/lib.rs index adad38e..7e12542 100644 --- a/argh_derive/src/lib.rs +++ b/argh_derive/src/lib.rs @@ -21,7 +21,6 @@ use { mod args_info; mod errors; -#[cfg(feature = "help")] mod help; mod parse_attrs;