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:
David Knaack
2025-01-09 19:49:59 +01:00
committed by GitHub
parent 3b43b6be52
commit b5e865ae7d
104 changed files with 109 additions and 113 deletions
+1 -1
View File
@@ -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)",