style: use 'Self' to refer to own type (clippy::use_self) (#6735)

---------

Co-authored-by: daniel.eades <daniel.eades@seebyte.com>
This commit is contained in:
danieleades
2025-06-22 14:38:27 +01:00
committed by GitHub
parent 5bf25b77a4
commit 6122516887
101 changed files with 120 additions and 117 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ pub struct VcshConfig<'a> {
impl Default for VcshConfig<'_> {
fn default() -> Self {
VcshConfig {
Self {
symbol: "",
style: "bold yellow",
format: "vcsh [$symbol$repo]($style) ",