[GH-ISSUE #1321] [TASK] Refactor config_overrides #461

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

Originally created by @nitnelave on GitHub (Oct 10, 2025).
Original GitHub issue: https://github.com/lldap/lldap/issues/1321

Originally assigned to: @Copilot on GitHub.

In configuration.rs, the config_overrides method have a large cyclomatic complexity, due to the repeated if let Some(...).

We need to reduce this by switching to using the Option::inspect method.

Originally created by @nitnelave on GitHub (Oct 10, 2025). Original GitHub issue: https://github.com/lldap/lldap/issues/1321 Originally assigned to: @Copilot on GitHub. In configuration.rs, the `config_overrides` method have a large cyclomatic complexity, due to the repeated `if let Some(...)`. We need to reduce this by switching to using the `Option::inspect` method.
kerem 2026-02-27 08:17:25 +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#461
No description provided.