From 1c632b046d084e7bde86b82dfc969b30b4647c8c 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;