cargo: Update to 2021 edition

This commit is contained in:
Valentin Tolmer
2021-11-14 01:23:21 +01:00
committed by nitnelave
parent 4551e27b55
commit 790fd7c5d1
5 changed files with 3 additions and 5 deletions

View File

@@ -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