summaryrefslogtreecommitdiffstats
path: root/vendor/clap_complete/src/shells/shell.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/clap_complete/src/shells/shell.rs')
-rw-r--r--vendor/clap_complete/src/shells/shell.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/clap_complete/src/shells/shell.rs b/vendor/clap_complete/src/shells/shell.rs
index f6e70f575..52cb2e9b7 100644
--- a/vendor/clap_complete/src/shells/shell.rs
+++ b/vendor/clap_complete/src/shells/shell.rs
@@ -42,7 +42,7 @@ impl FromStr for Shell {
return Ok(*variant);
}
}
- Err(format!("Invalid variant: {}", s))
+ Err(format!("invalid variant: {s}"))
}
}