cargo: Update to 2021 edition
This commit is contained in:
committed by
nitnelave
parent
4551e27b55
commit
790fd7c5d1
@@ -1,7 +1,6 @@
|
||||
use crate::domain::handler::{BackendHandler, GroupId, GroupIdAndName};
|
||||
use juniper::{graphql_object, FieldResult, GraphQLInputObject};
|
||||
use serde::{Deserialize, Serialize};
|
||||
use std::convert::TryInto;
|
||||
|
||||
type DomainRequestFilter = crate::domain::handler::RequestFilter;
|
||||
type DomainUser = crate::domain::handler::User;
|
||||
|
||||
@@ -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