mirror of
https://github.com/lldap/lldap.git
synced 2026-04-05 14:48:10 +00:00
chore: clippy
This commit is contained in:
committed by
nitnelave
parent
272c84c574
commit
2c54ad895d
@@ -261,7 +261,7 @@ macro_rules! make_case_insensitive_comparable_string {
|
||||
|
||||
impl PartialOrd for $c {
|
||||
fn partial_cmp(&self, other: &Self) -> Option<Ordering> {
|
||||
Some(compare_str_case_insensitive(&self.0, &other.0))
|
||||
Some(self.cmp(other))
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user