allan2 / dotenvy

A well-maintained fork of the Rust dotenv crate
MIT License
625 stars 39 forks source link

Removed recursion in find method #80

Closed vallentin closed 1 week ago

vallentin commented 1 year ago

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

github-actions[bot] commented 1 week ago

Code Coverage

sonro commented 1 week ago

Thank you for this one too!

This version of the function is far cleaner IMO.

allan2 commented 1 week ago

LGTM! Thank you @vallentin.

@sonro merge when ready.