mirror of
https://github.com/starship/starship.git
synced 2026-06-23 02:05:51 +07:00
chore: fix clippy warnings for rust v1.83 & current nightly (#6413)
* chore: fix clippy warning for rust v1.83 * chore: fix clippy warning for nightly rust
This commit is contained in:
@@ -19,7 +19,7 @@ pub struct FennelConfig<'a> {
|
||||
pub detect_folders: Vec<&'a str>,
|
||||
}
|
||||
|
||||
impl<'a> Default for FennelConfig<'a> {
|
||||
impl Default for FennelConfig<'_> {
|
||||
fn default() -> Self {
|
||||
FennelConfig {
|
||||
format: "via [$symbol($version )]($style)",
|
||||
|
||||
Reference in New Issue
Block a user