inejge / ldap3

A pure-Rust LDAP library using the Tokio stack
Apache License 2.0
226 stars 39 forks source link

Remove unnecessary Option from Adapter example #87

Closed agraven closed 2 years ago

agraven commented 2 years ago

As far as I could tell the Option was only used for the .take() method, which can be done with std::mem::take instead.

inejge commented 2 years ago

Thanks for the PR, and LGTM, but I'm away from my development setup for about another week, and online only sporadically, so I can't merge the PR right away.