Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed recursion in find method #80

Merged
merged 3 commits into from
Jul 16, 2024

Conversation

vallentin
Copy link
Contributor

The title says it all. I refactored find() and removed the recursion.

allan2 added a commit that referenced this pull request Mar 15, 2024
This commit adds new Clippy directives.
Most lints have been applied, mostly affecting formatting or control
flow.

`find` function was skipped because it may be replaced with a
non-recursive version (#80).
Copy link

Code Coverage

@sonro
Copy link
Collaborator

sonro commented Jul 16, 2024

Thank you for this one too!

This version of the function is far cleaner IMO.

@allan2
Copy link
Owner

allan2 commented Jul 16, 2024

LGTM! Thank you @vallentin.

@sonro merge when ready.

@sonro sonro merged commit e7f398b into allan2:master Jul 16, 2024
16 checks passed
sonro added a commit to sonro/dotenvy that referenced this pull request Jul 17, 2024
sonro added a commit to sonro/dotenvy that referenced this pull request Jul 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants