feat: appeased the clippy gods

This commit is contained in:
NinekoTheCat 2023-12-24 20:21:40 +01:00
parent 0add1c7c52
commit b7141598dc
No known key found for this signature in database
GPG key ID: 700DB3F678A4AB66
4 changed files with 6 additions and 6 deletions

View file

@ -67,7 +67,7 @@ impl Data for KeyValueDatabase {
None => return,
};
set.insert(AclDatabaseEntry {
mode: mode,
mode,
hostname: parsed_host,
});
});