cargo: Update to 2021 edition
This commit is contained in:
committed by
nitnelave
parent
4551e27b55
commit
790fd7c5d1
@@ -13,7 +13,6 @@ use ldap3_server::proto::{
|
||||
LdapResultCode, LdapSearchRequest, LdapSearchResultEntry, LdapSearchScope,
|
||||
};
|
||||
use log::{debug, warn};
|
||||
use std::convert::TryFrom;
|
||||
|
||||
fn make_dn_pair<I>(mut iter: I) -> Result<(String, String)>
|
||||
where
|
||||
|
||||
Reference in New Issue
Block a user