mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[PR #609] [MERGED] chore: removes clippy warning with rust 1.89 #656
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/sigoden/dufs/pull/609
Author: @TinyTinni
Created: 8/7/2025
Status: ✅ Merged
Merged: 8/8/2025
Merged by: @sigoden
Base:
main← Head:remove-clippy-warning-rust-189📝 Commits (1)
a952d50refactor: removes warning with rust 1.89📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
src/utils.rs(+1 -1)📄 Description
Rust introduced with 1.89 a new warning when Lifetime elison in function signature happens. [1]
This removes the code which generate those warning.
[1] https://blog.rust-lang.org/2025/08/07/Rust-1.89.0/#mismatched-lifetime-syntaxes-lint
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.