[PR #305] [MERGED] clippy: fix warning by implementing Eq #668

Closed
opened 2026-02-27 08:18:23 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/lldap/lldap/pull/305
Author: @nitnelave
Created: 9/27/2022
Status: Merged
Merged: 9/27/2022
Merged by: @nitnelave

Base: mainHead: clippy


📝 Commits (1)

  • 6565552 clippy: fix warning by implementing Eq

📊 Changes

13 files changed (+19 additions, -19 deletions)

View changed files

📝 app/src/components/change_password.rs (+2 -2)
📝 app/src/components/create_group.rs (+1 -1)
📝 app/src/components/create_user.rs (+1 -1)
📝 app/src/components/group_details.rs (+1 -1)
📝 app/src/components/group_table.rs (+1 -1)
📝 app/src/components/login.rs (+1 -1)
📝 app/src/components/reset_password_step1.rs (+1 -1)
📝 app/src/components/reset_password_step2.rs (+2 -2)
📝 app/src/components/select.rs (+1 -1)
📝 app/src/components/user_details.rs (+1 -1)
📝 app/src/components/user_details_form.rs (+4 -4)
📝 server/src/domain/handler.rs (+1 -1)
📝 server/src/infra/auth_service.rs (+2 -2)

📄 Description

No description provided


🔄 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/lldap/lldap/pull/305 **Author:** [@nitnelave](https://github.com/nitnelave) **Created:** 9/27/2022 **Status:** ✅ Merged **Merged:** 9/27/2022 **Merged by:** [@nitnelave](https://github.com/nitnelave) **Base:** `main` ← **Head:** `clippy` --- ### 📝 Commits (1) - [`6565552`](https://github.com/lldap/lldap/commit/6565552844b502e96dabb8b6a29b5259fbab53a6) clippy: fix warning by implementing Eq ### 📊 Changes **13 files changed** (+19 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `app/src/components/change_password.rs` (+2 -2) 📝 `app/src/components/create_group.rs` (+1 -1) 📝 `app/src/components/create_user.rs` (+1 -1) 📝 `app/src/components/group_details.rs` (+1 -1) 📝 `app/src/components/group_table.rs` (+1 -1) 📝 `app/src/components/login.rs` (+1 -1) 📝 `app/src/components/reset_password_step1.rs` (+1 -1) 📝 `app/src/components/reset_password_step2.rs` (+2 -2) 📝 `app/src/components/select.rs` (+1 -1) 📝 `app/src/components/user_details.rs` (+1 -1) 📝 `app/src/components/user_details_form.rs` (+4 -4) 📝 `server/src/domain/handler.rs` (+1 -1) 📝 `server/src/infra/auth_service.rs` (+2 -2) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 08:18:23 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/lldap-lldap#668
No description provided.