chore: fix rust 1.79 lint warnings (#6034)

* chore: fix rust 1.79 lint warnings

* chore: update config-schema
This commit is contained in:
David Knaack
2024-06-22 09:52:46 +02:00
committed by GitHub
parent eade2327e5
commit aa05a1e5ab
6 changed files with 16 additions and 8 deletions
+9
View File
@@ -2095,12 +2095,14 @@
"type": "string"
},
"charging_symbol": {
"default": null,
"type": [
"string",
"null"
]
},
"discharging_symbol": {
"default": null,
"type": [
"string",
"null"
@@ -2771,12 +2773,14 @@
"type": "string"
},
"repo_root_style": {
"default": null,
"type": [
"string",
"null"
]
},
"before_repo_root_style": {
"default": null,
"type": [
"string",
"null"
@@ -4291,30 +4295,35 @@
"type": "string"
},
"user_pattern": {
"default": null,
"type": [
"string",
"null"
]
},
"symbol": {
"default": null,
"type": [
"string",
"null"
]
},
"style": {
"default": null,
"type": [
"string",
"null"
]
},
"context_alias": {
"default": null,
"type": [
"string",
"null"
]
},
"user_alias": {
"default": null,
"type": [
"string",
"null"