[PR #609] [MERGED] chore: removes clippy warning with rust 1.89 #656

Closed
opened 2026-04-08 16:53:51 +03:00 by zhus · 0 comments
Owner

📋 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: mainHead: remove-clippy-warning-rust-189


📝 Commits (1)

  • a952d50 refactor: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/sigoden/dufs/pull/609 **Author:** [@TinyTinni](https://github.com/TinyTinni) **Created:** 8/7/2025 **Status:** ✅ Merged **Merged:** 8/8/2025 **Merged by:** [@sigoden](https://github.com/sigoden) **Base:** `main` ← **Head:** `remove-clippy-warning-rust-189` --- ### 📝 Commits (1) - [`a952d50`](https://github.com/sigoden/dufs/commit/a952d504a20a442027b3554b423941c9f5b6f4d7) refactor: removes warning with rust 1.89 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/utils.rs` (+1 -1) </details> ### 📄 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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
zhus added the pull-request label 2026-04-08 16:53:51 +03:00
zhus closed this issue 2026-04-08 16:53:51 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sigoden/dufs#656