From de2a407b1798075fa3c54bc7333dafeb3cee65b5 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Mon, 1 Jun 2026 07:21:09 -0700 Subject: [PATCH] Correct docs for default value of validation It's off-by-default, not on-by-default. Closes #97 --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index abf8752..dd8b68d 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -279,7 +279,7 @@ struct ComponentLdArgs { /// Whether or not the output component is validated. /// - /// This defaults to `true`. + /// This defaults to `false`. #[clap(long)] validate_component: Option,