diff options
Diffstat (limited to 'vendor/clap_builder/src/builder/range.rs')
-rw-r--r-- | vendor/clap_builder/src/builder/range.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/clap_builder/src/builder/range.rs b/vendor/clap_builder/src/builder/range.rs index a40391545..158d02ccb 100644 --- a/vendor/clap_builder/src/builder/range.rs +++ b/vendor/clap_builder/src/builder/range.rs @@ -22,7 +22,7 @@ impl ValueRange { /// /// # Panics /// - /// If the end is less than the start + /// If the end is less than the start (debug builds) /// /// # Examples /// |