mirror of
https://github.com/girlbossceo/conduwuit.git
synced 2026-03-30 15:34:43 -04:00
feat: appeased the clippy gods
This commit is contained in:
parent
0add1c7c52
commit
b7141598dc
4 changed files with 6 additions and 6 deletions
|
|
@ -67,7 +67,7 @@ impl Data for KeyValueDatabase {
|
|||
None => return,
|
||||
};
|
||||
set.insert(AclDatabaseEntry {
|
||||
mode: mode,
|
||||
mode,
|
||||
hostname: parsed_host,
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue