mirror of
https://github.com/starship/starship.git
synced 2026-06-24 02:01:36 +07:00
chore(clippy): fix new lints (#4002)
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user