summaryrefslogtreecommitdiffstats
path: root/vendor/clap_builder/src/parser/matches
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-30 18:31:44 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-30 18:31:44 +0000
commitc23a457e72abe608715ac76f076f47dc42af07a5 (patch)
tree2772049aaf84b5c9d0ed12ec8d86812f7a7904b6 /vendor/clap_builder/src/parser/matches
parentReleasing progress-linux version 1.73.0+dfsg1-1~progress7.99u1. (diff)
downloadrustc-c23a457e72abe608715ac76f076f47dc42af07a5.tar.xz
rustc-c23a457e72abe608715ac76f076f47dc42af07a5.zip
Merging upstream version 1.74.1+dfsg1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'vendor/clap_builder/src/parser/matches')
-rw-r--r--vendor/clap_builder/src/parser/matches/arg_matches.rs12
1 files changed, 6 insertions, 6 deletions
diff --git a/vendor/clap_builder/src/parser/matches/arg_matches.rs b/vendor/clap_builder/src/parser/matches/arg_matches.rs
index 525904291..8390b0b58 100644
--- a/vendor/clap_builder/src/parser/matches/arg_matches.rs
+++ b/vendor/clap_builder/src/parser/matches/arg_matches.rs
@@ -237,7 +237,7 @@ impl ArgMatches {
///
/// # Panics
///
- /// If the argument definition and access mismatch. To handle this case programmatically, see
+ /// If the argument definition and access mismatch (debug builds). To handle this case programmatically, see
/// [`ArgMatches::try_get_occurrences`].
///
/// # Examples
@@ -490,7 +490,7 @@ impl ArgMatches {
///
/// # Panics
///
- /// If `id` is not a valid argument or group name. To handle this case programmatically, see
+ /// If `id` is not a valid argument or group name (debug builds). To handle this case programmatically, see
/// [`ArgMatches::try_contains_id`].
///
/// # Examples
@@ -570,7 +570,7 @@ impl ArgMatches {
///
/// # Panics
///
- /// If `id` is not a valid argument or group id.
+ /// If `id` is not a valid argument or group id (debug builds).
///
/// # Examples
///
@@ -617,7 +617,7 @@ impl ArgMatches {
///
/// # Panics
///
- /// If `id` is not a valid argument or group id.
+ /// If `id` is not a valid argument or group id (debug builds).
///
/// # Examples
///
@@ -765,7 +765,7 @@ impl ArgMatches {
///
/// # Panics
///
- /// If `id` is not a valid argument or group id.
+ /// If `id` is not a valid argument or group id (debug builds).
///
/// # Examples
///
@@ -969,7 +969,7 @@ impl ArgMatches {
///
/// # Panics
///
- /// If `id` is not a valid subcommand.
+ /// If `id` is not a valid subcommand (debug builds).
///
/// # Examples
///