clippy: new fixes

This commit is contained in:
Valentin Tolmer
2024-06-16 11:58:00 +02:00
committed by nitnelave
parent 73686224dd
commit 6f46ffd1e4
6 changed files with 22 additions and 25 deletions

View File

@@ -31,9 +31,6 @@ use ldap3_proto::proto::{
use std::collections::HashMap;
use tracing::{debug, instrument, warn};
#[derive(Debug, PartialEq, Eq, Clone)]
struct LdapDn(String);
#[derive(Debug)]
enum SearchScope {
Global,