chore(clippy): fix new lints (#4002)

This commit is contained in:
David Knaack
2022-05-23 12:58:27 +02:00
committed by GitHub
parent a0a6c942fe
commit 0ae61c7758
32 changed files with 114 additions and 124 deletions
+1 -1
View File
@@ -99,7 +99,7 @@ pub const PROMPT_ORDER: &[&str] = &[
// On changes please also update `Default` for the `FullConfig` struct in `mod.rs`
impl<'a> Default for StarshipRootConfig {
fn default() -> Self {
StarshipRootConfig {
Self {
schema: "https://starship.rs/config-schema.json".to_string(),
format: "$all".to_string(),
right_format: "".to_string(),